From b77653430f7fdb59be46ac46f385c17e6ff73f2c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 13 Apr 2008 19:35:01 +0000 Subject: [PATCH] Test commit: fix a typo llvm-svn: 49615 --- clang/include/clang/Parse/Action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Parse/Action.h b/clang/include/clang/Parse/Action.h index 167b5af98e28..c6282e5788d7 100644 --- a/clang/include/clang/Parse/Action.h +++ b/clang/include/clang/Parse/Action.h @@ -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(