[cfe-commits] r49615 - /cfe/trunk/include/clang/Parse/Action.h
Douglas Gregor
doug.gregor at gmail.com
Sun Apr 13 12:35:01 PDT 2008
Author: dgregor
Date: Sun Apr 13 14:35:01 2008
New Revision: 49615
URL: http://llvm.org/viewvc/llvm-project?rev=49615&view=rev
Log:
Test commit: fix a typo
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=49615&r1=49614&r2=49615&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Sun Apr 13 14:35:01 2008
@@ -547,7 +547,7 @@
}
//===----------------------- Obj-C Declarations -------------------------===//
- // ActOnStartClassInterface - this action is called immdiately after parsing
+ // ActOnStartClassInterface - this action is called immediately after parsing
// the prologue for a class interface (before parsing the instance
// variables). Instance variables are processed by ActOnFields().
virtual DeclTy *ActOnStartClassInterface(
More information about the cfe-commits
mailing list