llvm-svn: 155596
This commit is contained in:
Chad Rosier 2012-04-25 22:51:41 +00:00
parent da91b17bc7
commit e38c006049
1 changed files with 1 additions and 1 deletions

View File

@ -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);