Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Transforms / Utils / LoopUnrollRuntime.cpp
index 7672726cb33da9245a0a9054df82cdade3708838..67e17f4ca8e892cdb094cf0bc05b2afa0f3fe067 100644 (file)
@@ -131,7 +131,7 @@ static void ConnectProlog(Loop *L, Value *TripCount, unsigned Count,
 /// There are two value maps that are defined and used.  VMap is
 /// for the values in the current loop instance.  LVMap contains
 /// the values from the last loop instance.  We need the LVMap values
-/// to update the inital values for the current loop instance.
+/// to update the initial values for the current loop instance.
 ///
 static void CloneLoopBlocks(Loop *L,
                             bool FirstCopy,