Fixed comment typo.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 24 Apr 2013 22:18:15 +0000 (22:18 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 24 Apr 2013 22:18:15 +0000 (22:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180221 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index 7a7cdbec10df5903e6a35f6e4e59e1ab7961fd47..e6c5928375fbd8bae7fdf1d15f69c7c0111f66d4 100644 (file)
@@ -3065,7 +3065,7 @@ bool ObjCARCOpt::runOnFunction(Function &F) {
   // when compiling code that isn't ObjC, skip these if the relevant ObjC
   // library functions aren't declared.
 
-  // Preliminary optimizations. This also computs UsedInThisFunction.
+  // Preliminary optimizations. This also computes UsedInThisFunction.
   OptimizeIndividualCalls(F);
 
   // Optimizations for weak pointers.