diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-12-14 02:40:09 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-12-14 02:40:09 +0000 |
commit | 696933606b17cce40bcb58bbdb5282e2acf44ceb (patch) | |
tree | 45fee78f17c68c0e2c1e0f3313f863a091f14bc5 /clang/lib/Parse/ParseTemplate.cpp | |
parent | 6780b68ff519bdbdf0597269501ee620010b8353 (diff) | |
download | bcm5719-llvm-696933606b17cce40bcb58bbdb5282e2acf44ceb.tar.gz bcm5719-llvm-696933606b17cce40bcb58bbdb5282e2acf44ceb.zip |
fix spello
llvm-svn: 170176
Diffstat (limited to 'clang/lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | clang/lib/Parse/ParseTemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseTemplate.cpp b/clang/lib/Parse/ParseTemplate.cpp index bc806185de0..f227089acfb 100644 --- a/clang/lib/Parse/ParseTemplate.cpp +++ b/clang/lib/Parse/ParseTemplate.cpp @@ -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)) { |