]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 10:50:19 +0000 (10:50 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 10:50:19 +0000 (10:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57899 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index d5fa8848c304cc20378d8eb1f38414bf6c3b5e6f..3ccea6e08207869c4aeb1f5ba35e2c38830a7c9a 100644 (file)
@@ -796,7 +796,7 @@ void Sema::AddInstanceMethodToGlobalPool(ObjCMethodDecl *Method) {
   }
 }
 
-// FIXME: Finish implementing -Wno-struct-selector-match.
+// FIXME: Finish implementing -Wno-strict-selector-match.
 ObjCMethodDecl *Sema::LookupInstanceMethodInGlobalPool(Selector Sel, 
                                                        SourceRange R) {
   ObjCMethodList &MethList = InstanceMethodPool[Sel];