[cfe-commits] r69620 - /cfe/trunk/include/clang/AST/DeclObjC.h
Steve Naroff
snaroff at apple.com
Mon Apr 20 13:16:02 PDT 2009
Author: snaroff
Date: Mon Apr 20 15:16:02 2009
New Revision: 69620
URL: http://llvm.org/viewvc/llvm-project?rev=69620&view=rev
Log:
Fix spelling error.
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=69620&r1=69619&r2=69620&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclObjC.h (original)
+++ cfe/trunk/include/clang/AST/DeclObjC.h Mon Apr 20 15:16:02 2009
@@ -484,7 +484,7 @@
void setSuperClassLoc(SourceLocation Loc) { SuperClassLoc = Loc; }
SourceLocation getSuperClassLoc() const { return SuperClassLoc; }
- /// isImplicitInterfaceDecl - check that this is an implicitely declared
+ /// isImplicitInterfaceDecl - check that this is an implicitly declared
/// ObjCInterfaceDecl node. This is for legacy objective-c @implementation
/// declaration without an @interface declaration.
bool isImplicitInterfaceDecl() const { return InternalInterface; }
More information about the cfe-commits
mailing list