]> granicus.if.org Git - clang/commitdiff
Fix typo in comment
authorDouglas Gregor <dgregor@apple.com>
Tue, 11 Sep 2012 06:30:16 +0000 (06:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 11 Sep 2012 06:30:16 +0000 (06:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163597 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprCXX.h

index 894c8b210416c6ed3e166f72761319a1f34cbabf..eca0ff937952049a1abcc789e121b415b271ca07 100644 (file)
@@ -3561,7 +3561,7 @@ public:
 ///
 /// When a pack expansion in the source code contains multiple parameter packs
 /// and those parameter packs correspond to different levels of template
-/// parameter lists, this node node is used to represent a non-type template
+/// parameter lists, this node is used to represent a non-type template
 /// parameter pack from an outer level, which has already had its argument pack
 /// substituted but that still lives within a pack expansion that itself
 /// could not be instantiated. When actually performing a substitution into