diff options
author | John McCall <rjmccall@apple.com> | 2009-07-31 02:20:35 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2009-07-31 02:20:35 +0000 |
commit | 5c15fe1f59a08c6e2215f99a3b251e14c73b36e2 (patch) | |
tree | 92c40b26dd82dc482f9c6de4a6310629f0ed2d93 /lib/Parse/ParseDecl.cpp | |
parent | 9fdbab3cbc2fc04bcaf5768023d83707f3151144 (diff) |
sp.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 9d13e98560..27f3293aca 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -367,7 +367,7 @@ Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration(unsigned Context, return DG; } - Diag(Tok, diag::err_expected_semi_declation); + Diag(Tok, diag::err_expected_semi_declaration); // Skip to end of block or statement SkipUntil(tok::r_brace, true, true); if (Tok.is(tok::semi)) |