[cfe-commits] r62489 - /cfe/trunk/include/clang/AST/DeclObjC.h

Douglas Gregor dgregor at apple.com
Sun Jan 18 21:29:51 PST 2009


Author: dgregor
Date: Sun Jan 18 23:29:50 2009
New Revision: 62489

URL: http://llvm.org/viewvc/llvm-project?rev=62489&view=rev
Log:
Fix a typo

Modified:
    cfe/trunk/include/clang/AST/DeclObjC.h

Modified: cfe/trunk/include/clang/AST/DeclObjC.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclObjC.h?rev=62489&r1=62488&r2=62489&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Sun Jan 18 23:29:50 2009
@@ -932,7 +932,7 @@
 /// @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





More information about the cfe-commits mailing list