Fix comment.

llvm-svn: 189185
This commit is contained in:
Michael Han 2013-08-25 01:29:56 +00:00
parent c9d3ae43d2
commit b3edc32cfa
1 changed files with 1 additions and 1 deletions

View 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