diff options
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index ba1c62fb6b..12f6d3a737 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -42,7 +42,7 @@ namespace clang { /// are not requests that the actions module do the specified action. /// /// All of the methods here are optional except isTypeName(), which must be -/// specified in order for the parse to complete accurately. The EmptyAction +/// specified in order for the parse to complete accurately. The MinimalAction /// class does this bare-minimum of tracking to implement this functionality. class Action { public: |