r253133 - Fix spelling error in comment.
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 14 10:15:55 PST 2015
Author: ctopper
Date: Sat Nov 14 12:15:55 2015
New Revision: 253133
URL: http://llvm.org/viewvc/llvm-project?rev=253133&view=rev
Log:
Fix spelling error in comment.
Modified:
cfe/trunk/lib/Parse/ParseDecl.cpp
Modified: cfe/trunk/lib/Parse/ParseDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDecl.cpp?rev=253133&r1=253132&r2=253133&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDecl.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDecl.cpp Sat Nov 14 12:15:55 2015
@@ -2157,7 +2157,7 @@ void Parser::ParseSpecifierQualifierList
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);
More information about the cfe-commits
mailing list