]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 16 Jul 2011 00:08:33 +0000 (00:08 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 16 Jul 2011 00:08:33 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135328 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index 47dd271900fa0642de5376e43995cc85a068fd7e..aa8152b03b0a73ccc2f3662b0f7ea2f71d6175f9 100644 (file)
@@ -1448,7 +1448,7 @@ void Sema::CheckProtocolMethodDefs(SourceLocation ImpLoc,
     CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl);
 }
 
-/// MatchAllMethodDeclarations - Check methods declaraed in interface or
+/// MatchAllMethodDeclarations - Check methods declared in interface
 /// or protocol against those declared in their implementations.
 ///
 void Sema::MatchAllMethodDeclarations(const llvm::DenseSet<Selector> &InsMap,