summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2009-07-31 02:20:35 +0000
committerJohn McCall <rjmccall@apple.com>2009-07-31 02:20:35 +0000
commitef50e9978389fc61904b02df0d56d0a13b4dac60 (patch)
tree9ce2cf3c3bfd270a8780a9e0cd510c859e5716e4 /clang/lib/Parse/Parser.cpp
parente9c6ffc7d17438959931dfcf7060d5fa02ef104a (diff)
downloadbcm5719-llvm-ef50e9978389fc61904b02df0d56d0a13b4dac60.tar.gz
bcm5719-llvm-ef50e9978389fc61904b02df0d56d0a13b4dac60.zip
sp.
llvm-svn: 77656
Diffstat (limited to 'clang/lib/Parse/Parser.cpp')
-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 32604442406..ad68f93beba 100644
--- a/clang/lib/Parse/Parser.cpp
+++ b/clang/lib/Parse/Parser.cpp
@@ -561,7 +561,7 @@ Parser::ParseDeclarationOrFunctionDefinition(AccessSpecifier AS) {
DeclGroupPtrTy DG =
ParseInitDeclaratorListAfterFirstDeclarator(DeclaratorInfo);
// Eat the semi colon after the declaration.
- ExpectAndConsume(tok::semi, diag::err_expected_semi_declation);
+ ExpectAndConsume(tok::semi, diag::err_expected_semi_declaration);
return DG;
}
OpenPOWER on IntegriCloud