From 25460259a635465f9d36e61865bc4bf1e3e36945 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 24 Jul 2008 17:38:50 +0000 Subject: [PATCH] Fix comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53986 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Parse/Action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1