]> granicus.if.org Git - clang/commitdiff
fixes a comment in my last patch.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 30 May 2013 21:52:50 +0000 (21:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 30 May 2013 21:52:50 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index 58ea0147849dacb4cc669ad134c17153514ddaeb..f1ce4bce5f6581401a81c4080692598f703f3e28 100644 (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);
   }