fix typo
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Fri, 4 Jan 2008 20:02:18 +0000 (20:02 +0000)
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>
Fri, 4 Jan 2008 20:02:18 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45594 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnroll.cpp

index c24c35a3591e32e4ca711517c2423d1d22e24e2a..ff2168ac8de50cfbe5e442ca89e16469d6414ee7 100644 (file)
@@ -207,7 +207,7 @@ bool LoopUnroll::unrollLoop(Loop *L, unsigned Count, unsigned Threshold) {
        << "] Loop %" << Header->getName() << "\n";
 
   if (!BI || BI->isUnconditional()) {
-    // The loop-rorate pass can be helpful to avoid this in many cases.
+    // The loop-rotate pass can be helpful to avoid this in many cases.
     DOUT << "  Can't unroll; loop not terminated by a conditional branch.\n";
     return false;
   }