Fixed comment typo.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 21 Apr 2013 00:44:46 +0000 (00:44 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 21 Apr 2013 00:44:46 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179967 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index ec2fad03683a9c6d97cd6f4051dcaaaea2e33988..89e7510ec9d77f4b98ff387d1452c434ff736f7e 100644 (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;