Author: ddunbar
Date: Thu Jul 24 12:38:50 2008
New Revision: 53986

URL: http://llvm.org/viewvc/llvm-project?rev=53986&view=rev
Log:
Fix comment

Modified:
    cfe/trunk/include/clang/Parse/Action.h

Modified: cfe/trunk/include/clang/Parse/Action.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Action.h?rev=53986&r1=53985&r2=53986&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Thu Jul 24 12:38:50 2008
@@ -42,7 +42,7 @@
 /// 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:


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to