Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index 7a8ca63ce766e275f43beb189f551ea0f7eb6db9..19bb7e34d25b32276a935516612a7a1be6a52b73 100644 (file)
@@ -1507,7 +1507,7 @@ rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
         // ...
         // def = ...
         //     = use
-        // It's better to start a new interval to avoid artifically
+        // It's better to start a new interval to avoid artificially
         // extend the new interval.
         if (MI->readsWritesVirtualRegister(li.reg) ==
             std::make_pair(false,true)) {