Fix typo.

llvm-svn: 57899
This commit is contained in:
Steve Naroff 2008-10-21 10:50:19 +00:00
parent a0ed165a84
commit 9ebc050ca7
1 changed files with 1 additions and 1 deletions

View 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];