]> granicus.if.org Git - clang/commitdiff
Test commit: fix a typo
authorDouglas Gregor <dgregor@apple.com>
Sun, 13 Apr 2008 19:35:01 +0000 (19:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 13 Apr 2008 19:35:01 +0000 (19:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49615 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Action.h

index 167b5af98e28a015a747c340c2dd05e28cd8983f..c6282e5788d74243e043266964869eb88ef15077 100644 (file)
@@ -547,7 +547,7 @@ public:
   }
   //===----------------------- 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(