diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-04-25 22:51:41 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-04-25 22:51:41 +0000 |
commit | 26d6023cb0d343bf8fc8836f97d39709bbd4afa0 (patch) | |
tree | 971bf8c955b4b98b4e5f398ca4da7d1004ab1b12 /lib/Parse/Parser.cpp | |
parent | df407c337cd3a20ceed31138fbef25d9a28a908e (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/Parser.cpp')
-rw-r--r-- | lib/Parse/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/Parser.cpp b/lib/Parse/Parser.cpp index f1b99fb0a1..a28341028e 100644 --- a/lib/Parse/Parser.cpp +++ b/lib/Parse/Parser.cpp @@ -641,7 +641,7 @@ Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, case tok::kw_export: // As in 'export template' case tok::kw_static_assert: case tok::kw__Static_assert: - // A function definition cannot start with a these keywords. + // A function definition cannot start with any of these keywords. { SourceLocation DeclEnd; StmtVector Stmts(Actions); |