Fix spelling error in comment.

llvm-svn: 253133
This commit is contained in:
Craig Topper 2015-11-14 18:15:55 +00:00
parent 96d34d34b0
commit 3f13d4d20d
1 changed files with 1 additions and 1 deletions

View File

@ -2157,7 +2157,7 @@ void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS,
DS.ClearStorageClassSpecs();
}
// Issue diagnostic and remove function specfier if present.
// Issue diagnostic and remove function specifier if present.
if (Specs & DeclSpec::PQ_FunctionSpecifier) {
if (DS.isInlineSpecified())
Diag(DS.getInlineSpecLoc(), diag::err_typename_invalid_functionspec);