[cfe-commits] r132901 - /cfe/trunk/lib/Parse/ParseExpr.cpp

David Majnemer david.majnemer at gmail.com
Sun Jun 12 21:29:16 PDT 2011


Author: majnemer
Date: Sun Jun 12 23:29:15 2011
New Revision: 132901

URL: http://llvm.org/viewvc/llvm-project?rev=132901&view=rev
Log:
Correct the spelling of instantiation

Modified:
    cfe/trunk/lib/Parse/ParseExpr.cpp

Modified: cfe/trunk/lib/Parse/ParseExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseExpr.cpp?rev=132901&r1=132900&r2=132901&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseExpr.cpp (original)
+++ cfe/trunk/lib/Parse/ParseExpr.cpp Sun Jun 12 23:29:15 2011
@@ -304,7 +304,7 @@
         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();





More information about the cfe-commits mailing list