Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Wed, 31 Oct 2007 14:35:39 +0000 (14:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 31 Oct 2007 14:35:39 +0000 (14:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43553 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LICM.cpp

index 8a094aa9678a80b92191cda8d3618b64efb77768..5311a7f04f314c6ecb8d7987048acfaa050e05fa 100644 (file)
@@ -802,7 +802,7 @@ void LICM::FindPromotableValuesInLoop(
 
       // If one use of value V inside the loop is safe then it is OK to promote 
       // this value. On the otherside if there is not any unsafe use inside the
-      // looop then also it is OK to  promote this value. Otherwise it is
+      // loop then also it is OK to promote this value. Otherwise it is
       // unsafe to promote this value.
       if (PointerOk) {
         bool oneSafeUse = false;