]> granicus.if.org Git - clang/commitdiff
Fix sentence construction-o.
authorNico Weber <nicolasweber@gmx.de>
Thu, 29 Nov 2012 05:29:23 +0000 (05:29 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 29 Nov 2012 05:29:23 +0000 (05:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168855 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExprCXX.cpp

index 2f615e150aada0d6ffb6c07b7a619d70ab75dc47..d308d3ed1ada9391c2719cc1bc24d9d20b878143 100644 (file)
@@ -99,7 +99,7 @@ void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
 /// \brief Emits an error for a left parentheses after a double colon.
 ///
 /// When a '(' is found after a '::', emit an error.  Attempt to fix the token
-/// stream by removing the '(', and the matching ')' if it found.
+/// stream by removing the '(', and the matching ')' if found.
 void Parser::CheckForLParenAfterColonColon() {
   if (!Tok.is(tok::l_paren))
     return;