diff options
-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 |