[cfe-commits] r170176 - /cfe/trunk/lib/Parse/ParseTemplate.cpp

Nico Weber nicolasweber at gmx.de
Thu Dec 13 18:40:09 PST 2012


Author: nico
Date: Thu Dec 13 20:40:09 2012
New Revision: 170176

URL: http://llvm.org/viewvc/llvm-project?rev=170176&view=rev
Log:
fix spello

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

Modified: cfe/trunk/lib/Parse/ParseTemplate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseTemplate.cpp?rev=170176&r1=170175&r2=170176&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseTemplate.cpp (original)
+++ cfe/trunk/lib/Parse/ParseTemplate.cpp Thu Dec 13 20:40:09 2012
@@ -347,7 +347,7 @@
       SkipUntil(tok::comma, tok::greater, tok::greatergreater, true, true);
     }
 
-    // Did we find a comma or the end of the template parmeter list?
+    // Did we find a comma or the end of the template parameter list?
     if (Tok.is(tok::comma)) {
       ConsumeToken();
     } else if (Tok.is(tok::greater) || Tok.is(tok::greatergreater)) {





More information about the cfe-commits mailing list