[llvm] r260731 - Fix typo in comment.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 13:01:38 PST 2016
Author: jlebar
Date: Fri Feb 12 15:01:37 2016
New Revision: 260731
URL: http://llvm.org/viewvc/llvm-project?rev=260731&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/lib/Transforms/Utils/LoopUnrollRuntime.cpp
Modified: llvm/trunk/lib/Transforms/Utils/LoopUnrollRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/LoopUnrollRuntime.cpp?rev=260731&r1=260730&r2=260731&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/LoopUnrollRuntime.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/LoopUnrollRuntime.cpp Fri Feb 12 15:01:37 2016
@@ -258,7 +258,7 @@ static void CloneLoopBlocks(Loop *L, Val
/// run-time trip-count.
///
/// This method assumes that the loop unroll factor is total number
-/// of loop bodes in the loop after unrolling. (Some folks refer
+/// of loop bodies in the loop after unrolling. (Some folks refer
/// to the unroll factor as the number of *extra* copies added).
/// We assume also that the loop unroll factor is a power-of-two. So, after
/// unrolling the loop, the number of loop bodies executed is 2,
More information about the llvm-commits
mailing list