]> granicus.if.org Git - clang/commitdiff
Fix spelling error.
authorSteve Naroff <snaroff@apple.com>
Mon, 20 Apr 2009 20:16:02 +0000 (20:16 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 20 Apr 2009 20:16:02 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69620 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index c4b4c0b156a2b4a2b5602e403dd4205ecc6a587d..ac227decb4898cff538517f03d894f84277f180c 100644 (file)
@@ -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; }