summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2015-04-28 22:07:05 +0000
committerSteven Wu <stevenwu@apple.com>2015-04-28 22:07:05 +0000
commitb49febeaee5dec219fae5d5f72fcdf4d3f24030f (patch)
treea457d9b953906969583f85abed076a79e935e323 /clang
parente18d662201cd8d849cb45ee89cfa048d5c7a35cf (diff)
downloadbcm5719-llvm-b49febeaee5dec219fae5d5f72fcdf4d3f24030f.tar.gz
bcm5719-llvm-b49febeaee5dec219fae5d5f72fcdf4d3f24030f.zip
Fix the typo in r236044. NFC.
llvm-svn: 236051
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Parse/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/Parser.cpp b/clang/lib/Parse/Parser.cpp
index 81adbfba8b2..62113227190 100644
--- a/clang/lib/Parse/Parser.cpp
+++ b/clang/lib/Parse/Parser.cpp
@@ -1253,7 +1253,7 @@ ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) {
assert(Tok.is(tok::kw_asm) && "Not an asm!");
SourceLocation Loc = ConsumeToken();
- // Check if GNU-styple InlineAsm is disabled.
+ // Check if GNU-style InlineAsm is disabled.
if (!getLangOpts().GNUAsm)
Diag(Loc, diag::err_gnu_inline_asm_disabled);
OpenPOWER on IntegriCloud