diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-01-19 05:29:50 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-01-19 05:29:50 +0000 |
commit | ec0d7a6f4b0699cc9960e6d9fee0f957c64d1cf9 (patch) | |
tree | 2584dd56a1508a16db396b5174b28807c2a434ab | |
parent | 0eb23307222bda7ad95d968eac4e1ab30864b213 (diff) |
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62489 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/DeclObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index f11608f04a..96e897b3a3 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -932,7 +932,7 @@ public: /// @end /// /// Typically, instance variables are specified in the class interface, -/// *not* in the implemenentation. Nevertheless (for legacy reasons), we +/// *not* in the implementation. Nevertheless (for legacy reasons), we /// allow instance variables to be specified in the implementation. When /// specified, they need to be *identical* to the interface. Now that we /// have support for non-fragile ivars in ObjC 2.0, we can consider removing |