fix spello

llvm-svn: 170176
This commit is contained in:
Nico Weber 2012-12-14 02:40:09 +00:00
parent 6780b68ff5
commit 696933606b
1 changed files with 1 additions and 1 deletions

View 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)) {