From: Fariborz Jahanian Date: Thu, 12 Aug 2010 22:33:42 +0000 (+0000) Subject: Typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80a785c2452c73b7c41d4a867edcf5a090c78c46;p=clang Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110965 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index 73e142c782..ef1446a6ec 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -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();