fixes a comment in my last patch.

llvm-svn: 182966
This commit is contained in:
Fariborz Jahanian 2013-05-30 21:52:50 +00:00
parent 960d738510
commit c07e8934a0

View File

@ -2310,7 +2310,7 @@ void Sema::DiagnoseMismatchedMethodsInGlobalPool() {
// first, instance methods
ObjCMethodList &InstMethList = b->second.first;
HelperToDiagnoseMismatchedMethodsInGlobalPool(*this, InstMethList);
// second, instance methods
// second, class methods
ObjCMethodList &ClsMethList = b->second.second;
HelperToDiagnoseMismatchedMethodsInGlobalPool(*this, ClsMethList);
}