]> granicus.if.org Git - clang/commitdiff
Fix a typo
authorDouglas Gregor <dgregor@apple.com>
Mon, 19 Jan 2009 05:29:50 +0000 (05:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 19 Jan 2009 05:29:50 +0000 (05:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62489 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index f11608f04aab64c8b5a29b1d66a08fd2811580c9..96e897b3a3c527c71751ce8d810d7e2caa68cebe 100644 (file)
@@ -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