]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorMichael Han <fragmentshaders@gmail.com>
Sun, 25 Aug 2013 01:29:56 +0000 (01:29 +0000)
committerMichael Han <fragmentshaders@gmail.com>
Sun, 25 Aug 2013 01:29:56 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189185 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/RecursiveASTVisitor.h

index b09b336511a0cad7c99cd810859bf45be0910cf5..7e3c2cfd956fe323ea636ae7b13b8029164684a6 100644 (file)
@@ -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