commit | fcb32f44203c9e2285f992bf8a023dc753e5e41c | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Fri Jul 31 02:20:35 2009 +0000 |
committer | John McCall <rjmccall@apple.com> | Fri Jul 31 02:20:35 2009 +0000 |
tree | 92c40b26dd82dc482f9c6de4a6310629f0ed2d93 | |
parent | 8718ffafed64bce51eba9b9e3b9f86d883e77f26 [diff] [blame] |
sp. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77656 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseTemplate.cpp b/lib/Parse/ParseTemplate.cpp index df7c22c..dd745d6 100644 --- a/lib/Parse/ParseTemplate.cpp +++ b/lib/Parse/ParseTemplate.cpp
@@ -187,7 +187,7 @@ } // Eat the semi colon after the declaration. - ExpectAndConsume(tok::semi, diag::err_expected_semi_declation); + ExpectAndConsume(tok::semi, diag::err_expected_semi_declaration); return ThisDecl; }