]> granicus.if.org Git - clang/commitdiff
Fix comment
authorDaniel Dunbar <daniel@zuster.org>
Thu, 24 Jul 2008 17:38:50 +0000 (17:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 24 Jul 2008 17:38:50 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53986 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Action.h

index ba1c62fb6b1231cb334acfd70631f92e8b8fbb18..12f6d3a73743831c80b788f0220c08060dc4f4bb 100644 (file)
@@ -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: