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 | 001397e001108c04a56ea3995ebfffa279725398 (patch) | |
tree | 7cd232b32e65c7f03faa495a2925b42c19348271 /lib/Parse/ParseTemplate.cpp | |
parent | 457d65ae105110c66e5d45b5fbb1e90dda7ad148 (diff) |
fix spello
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | lib/Parse/ParseTemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseTemplate.cpp b/lib/Parse/ParseTemplate.cpp index bc806185de..f227089acf 100644 --- a/lib/Parse/ParseTemplate.cpp +++ b/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)) { |