aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-12-07 20:13:57 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-12-07 20:13:57 +0000
commit3cc461dccbfd3503f8a07cd46dae838245c27f26 (patch)
treee4169f46517d443ce3ff90091f50d930095ff333
parenta3d783b11fc8a48ef9a024aaacba8caf43961de5 (diff)
Fix outdated comment. Checks so much more than just typedefs in C++.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60676 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Parse/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h
index b25466d443..4d6d4c5e86 100644
--- a/include/clang/Parse/Action.h
+++ b/include/clang/Parse/Action.h
@@ -106,7 +106,7 @@ public:
// Declaration Tracking Callbacks.
//===--------------------------------------------------------------------===//
- /// isTypeName - Return non-null if the specified identifier is a typedef name
+ /// isTypeName - Return non-null if the specified identifier is a type name
/// in the current scope.
/// An optional CXXScopeSpec can be passed to indicate the C++ scope (class or
/// namespace) that the identifier must be a member of.