aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-11 23:03:27 +0000
committerMike Stump <mrs@apple.com>2009-02-11 23:03:27 +0000
commit1a35fdee6c1c86dc5f56db7738695aad21a3c488 (patch)
tree4a2ba5a72ca5d5000b5ebf5e0c3489988c1a237d /lib/Sema/SemaTemplate.cpp
parentf9201e0ff1779567150b70856753d9f2c6a91467 (diff)
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r--lib/Sema/SemaTemplate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp
index 1a0d96a92c..b339a7ba38 100644
--- a/lib/Sema/SemaTemplate.cpp
+++ b/lib/Sema/SemaTemplate.cpp
@@ -517,7 +517,7 @@ bool Sema::CheckTemplateParameterList(TemplateParameterList *NewParams,
bool SawDefaultArgument = false;
SourceLocation PreviousDefaultArgLoc;
- // Self initialization to avoid warnings.
+ // Dummy initialization to avoid warnings.
TemplateParameterList::iterator OldParam = NewParams->end();
if (OldParams)
OldParam = OldParams->begin();