aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-07-24 17:38:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-07-24 17:38:50 +0000
commit25460259a635465f9d36e61865bc4bf1e3e36945 (patch)
treee189eb8f12a194a7761ed738936af493571f8a37
parent08e4b669da68c59df2e04d0eedd183c0a2f1d5aa (diff)
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53986 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 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: