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

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index e384508139914a868c76064450fa3328139aca8b..5b1b448875d4c90da1bce966110895b6fe5478e0 100644 (file)
@@ -1690,7 +1690,7 @@ bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager &LPM) {
 
   // Note: this processes each stride/type pair individually.  All users passed
   // into StrengthReduceStridedIVUsers have the same type AND stride.  Also,
-  // node that we iterate over IVUsesByStride indirectly by using StrideOrder.
+  // note that we iterate over IVUsesByStride indirectly by using StrideOrder.
   // This extra layer of indirection makes the ordering of strides deterministic
   // - not dependent on map order.
   for (unsigned Stride = 0, e = StrideOrder.size(); Stride != e; ++Stride) {