From 26d6023cb0d343bf8fc8836f97d39709bbd4afa0 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Wed, 25 Apr 2012 22:51:41 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155596 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Parse/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1