From: Steve Naroff Date: Mon, 20 Apr 2009 20:16:02 +0000 (+0000) Subject: Fix spelling error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28e71cf851b73a67604735a9a95aef800b144e2e;p=clang Fix spelling error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index c4b4c0b156..ac227decb4 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -484,7 +484,7 @@ public: 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; }