summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorMichael Han <fragmentshaders@gmail.com>2013-08-25 01:29:56 +0000
committerMichael Han <fragmentshaders@gmail.com>2013-08-25 01:29:56 +0000
commitb3edc32cfa9d3310d342f7cc31dd6b79fbc293fb (patch)
treefd730bced687f100406e116089e2bba463839259 /clang
parentc9d3ae43d2838bea12385e1f9c289009be78994e (diff)
downloadbcm5719-llvm-b3edc32cfa9d3310d342f7cc31dd6b79fbc293fb.tar.gz
bcm5719-llvm-b3edc32cfa9d3310d342f7cc31dd6b79fbc293fb.zip
Fix comment.
llvm-svn: 189185
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/RecursiveASTVisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/RecursiveASTVisitor.h b/clang/include/clang/AST/RecursiveASTVisitor.h
index b09b336511a..7e3c2cfd956 100644
--- a/clang/include/clang/AST/RecursiveASTVisitor.h
+++ b/clang/include/clang/AST/RecursiveASTVisitor.h
@@ -109,7 +109,7 @@ namespace clang {
/// Note that since WalkUpFromFoo() calls WalkUpFromBar() (where Bar
/// is Foo's super class) before calling VisitFoo(), the result is
/// that the Visit*() methods for a given node are called in the
-/// top-down order (e.g. for a node of type NamedDecl, the order will
+/// top-down order (e.g. for a node of type NamespaceDecl, the order will
/// be VisitDecl(), VisitNamedDecl(), and then VisitNamespaceDecl()).
///
/// This scheme guarantees that all Visit*() calls for the same AST
OpenPOWER on IntegriCloud