]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorMichael Han <fragmentshaders@gmail.com>
Fri, 13 Sep 2013 22:24:50 +0000 (22:24 +0000)
committerMichael Han <fragmentshaders@gmail.com>
Fri, 13 Sep 2013 22:24:50 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190728 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/RecursiveASTVisitor.h

index acba46dcd789915c3d32e54c514f8b58ffa235d3..46adcda6e0a1a0773a561fd4f7e22523392ac46b 100644 (file)
@@ -351,7 +351,7 @@ public:
   // ---- Methods on TypeLocs ----
   // FIXME: this currently just calls the matching Type methods
 
-  // Declare Traverse*() for all concrete Type classes.
+  // Declare Traverse*() for all concrete TypeLoc classes.
 #define ABSTRACT_TYPELOC(CLASS, BASE)
 #define TYPELOC(CLASS, BASE) \
   bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);