[Pipeliner] Test commit: fixed spelling mistake in comments
authorRoorda, Jan-Willem <jan-willem.roorda@intel.com>
Tue, 6 Mar 2018 16:26:01 +0000 (16:26 +0000)
committerRoorda, Jan-Willem <jan-willem.roorda@intel.com>
Tue, 6 Mar 2018 16:26:01 +0000 (16:26 +0000)
Reviewers: bcahoon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D44152

llvm-svn: 326808

llvm/lib/CodeGen/MachinePipeliner.cpp

index 7ee4a99..11a09bf 100644 (file)
@@ -10,7 +10,7 @@
 // An implementation of the Swing Modulo Scheduling (SMS) software pipeliner.
 //
 // Software pipelining (SWP) is an instruction scheduling technique for loops
-// that overlap loop iterations and explioits ILP via a compiler transformation.
+// that overlap loop iterations and exploits ILP via a compiler transformation.
 //
 // Swing Modulo Scheduling is an implementation of software pipelining
 // that generates schedules that are near optimal in terms of initiation