]> granicus.if.org Git - clang/commitdiff
Typo.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 12 Aug 2010 22:33:42 +0000 (22:33 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 12 Aug 2010 22:33:42 +0000 (22:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110965 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaStmt.cpp

index 73e142c782e57112544da4629a65ef8819d4c7b7..ef1446a6ecaa252cc220281bb777b9269f7b50a5 100644 (file)
@@ -955,7 +955,7 @@ Sema::ActOnObjCForCollectionStmt(SourceLocation ForLoc,
       if (ObjCInterfaceDecl *IDecl = OPT->getInterfaceDecl()) {
         if (!IDecl->isForwardDecl() && 
             !IDecl->lookupInstanceMethod(CSelector)) {
-          // Must further look into privaye implementation methods.
+          // Must further look into private implementation methods.
           if (!LookupPrivateInstanceMethod(CSelector, IDecl))
             Diag(ForLoc, diag::warn_collection_expr_type)
               << SecondType << CSelector << Second->getSourceRange();