[cfe-commits] r163597 - /cfe/trunk/include/clang/AST/ExprCXX.h

Douglas Gregor dgregor at apple.com
Mon Sep 10 23:30:16 PDT 2012


Author: dgregor
Date: Tue Sep 11 01:30:16 2012
New Revision: 163597

URL: http://llvm.org/viewvc/llvm-project?rev=163597&view=rev
Log:
Fix typo in comment

Modified:
    cfe/trunk/include/clang/AST/ExprCXX.h

Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=163597&r1=163596&r2=163597&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Tue Sep 11 01:30:16 2012
@@ -3561,7 +3561,7 @@
 ///
 /// 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





More information about the cfe-commits mailing list