diff options
| -rw-r--r-- | clang/include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Parse/Action.h b/clang/include/clang/Parse/Action.h index b25466d4431..4d6d4c5e865 100644 --- a/clang/include/clang/Parse/Action.h +++ b/clang/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. |

