Typo. NFC.
[oota-llvm.git] / lib / CodeGen / LivePhysRegs.cpp
index 7915d6c4e7c448142b91915aa64004d2be6c5470..30addff13fa76ed663ddd4c1b403db203876f2f9 100644 (file)
@@ -68,7 +68,7 @@ void LivePhysRegs::stepBackward(const MachineInstr &MI) {
 
 /// Simulates liveness when stepping forward over an instruction(bundle): Remove
 /// killed-uses, add defs. This is the not recommended way, because it depends
-/// on accurate kill flags. If possible use stepBackwards() instead of this
+/// on accurate kill flags. If possible use stepBackward() instead of this
 /// function.
 void LivePhysRegs::stepForward(const MachineInstr &MI,
         SmallVectorImpl<std::pair<unsigned, const MachineOperand*>> &Clobbers) {