diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-04-13 19:35:01 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-04-13 19:35:01 +0000 |
commit | be432b3583bdf0fdc9c34be4bc0e6899f3aa9aa7 (patch) | |
tree | c73889eac2b553d9fc612a7f41510b6e76831b5b | |
parent | 99dc91422144483c20d1c7381bc9ac634b646b04 (diff) |
Test commit: fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49615 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 167b5af98e..c6282e5788 100644 --- a/include/clang/Parse/Action.h +++ b/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( |