summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-09-11 06:30:16 +0000
committerDouglas Gregor <dgregor@apple.com>2012-09-11 06:30:16 +0000
commitfa50b1054df7d6104498fc1e09444092b673fb3f (patch)
treeaadd271847e425f4b13a9a2ccba093a4faa5bc15
parenta29ed865d0287ce0ae1088b7427d53fb844c1341 (diff)
downloadbcm5719-llvm-fa50b1054df7d6104498fc1e09444092b673fb3f.tar.gz
bcm5719-llvm-fa50b1054df7d6104498fc1e09444092b673fb3f.zip
Fix typo in comment
llvm-svn: 163597
-rw-r--r--clang/include/clang/AST/ExprCXX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ExprCXX.h b/clang/include/clang/AST/ExprCXX.h
index 894c8b21041..eca0ff93795 100644
--- a/clang/include/clang/AST/ExprCXX.h
+++ b/clang/include/clang/AST/ExprCXX.h
@@ -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
OpenPOWER on IntegriCloud