]> granicus.if.org Git - clang/commitdiff
Correct the spelling of instantiation
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 13 Jun 2011 04:29:15 +0000 (04:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 13 Jun 2011 04:29:15 +0000 (04:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132901 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExpr.cpp

index 4e94ed9323b85f6abe0375f4cf173a3489f5e740..d349220e3d147484486a3f583b6b8a62271a7869 100644 (file)
@@ -304,7 +304,7 @@ Parser::ParseRHSOfBinaryExpression(ExprResult LHS, prec::Level MinPrec) {
         ColonLoc = ConsumeToken();
       } else {
         // Otherwise, we're missing a ':'.  Assume that this was a typo that the
-        // user forgot.  If we're not in a macro instantion, we can suggest a
+        // user forgot.  If we're not in a macro instantiation, we can suggest a
         // fixit hint.  If there were two spaces before the current token,
         // suggest inserting the colon in between them, otherwise insert ": ".
         SourceLocation FILoc = Tok.getLocation();