]> granicus.if.org Git - clang/commitdiff
fix spello
authorNico Weber <nicolasweber@gmx.de>
Fri, 14 Dec 2012 02:40:09 +0000 (02:40 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 14 Dec 2012 02:40:09 +0000 (02:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170176 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseTemplate.cpp

index bc806185de0c1d72b8893ecfa1cf0b444cfe468a..f227089acfb9d55e60d8290648cdb194832021bb 100644 (file)
@@ -347,7 +347,7 @@ Parser::ParseTemplateParameterList(unsigned Depth,
       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)) {