From: Daniel Dunbar Date: Thu, 24 Jul 2008 17:38:50 +0000 (+0000) Subject: Fix comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25460259a635465f9d36e61865bc4bf1e3e36945;p=clang Fix comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53986 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: