Fixed comment typo.

llvm-svn: 179967
This commit is contained in:
Michael Gottesman 2013-04-21 00:44:46 +00:00
parent df110ac9ec
commit 1e43004295
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
break;
}
case IC_RetainBlock:
// If we strength reduce an objc_retainBlock to amn objc_retain, continue
// If we strength reduce an objc_retainBlock to an objc_retain, continue
// onto the objc_retain peephole optimizations. Otherwise break.
if (!OptimizeRetainBlockCall(F, Inst, Class))
break;