summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Han <fragmentshaders@gmail.com>2013-09-13 22:24:50 +0000
committerMichael Han <fragmentshaders@gmail.com>2013-09-13 22:24:50 +0000
commit2d6f64e5ae58df33e31529c422d7874808e39b3b (patch)
tree2db3055767af7c2b611123ca35f0699f127a81ef
parentd678d30bac1a04aeaeaf43a4517cbad1aa2bbb90 (diff)
downloadbcm5719-llvm-2d6f64e5ae58df33e31529c422d7874808e39b3b.tar.gz
bcm5719-llvm-2d6f64e5ae58df33e31529c422d7874808e39b3b.zip
Fix a comment.
llvm-svn: 190728
-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 acba46dcd78..46adcda6e0a 100644
--- a/clang/include/clang/AST/RecursiveASTVisitor.h
+++ b/clang/include/clang/AST/RecursiveASTVisitor.h
@@ -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);
OpenPOWER on IntegriCloud