[NFC][LivePhysRegs] Fix incorrect comment
authorrollrat <rollrat.cse@gmail.com>
Sun, 8 Dec 2019 20:05:50 +0000 (21:05 +0100)
committerDavid Tellenbach <david.tellenbach@me.com>
Sun, 8 Dec 2019 20:07:28 +0000 (21:07 +0100)
Reviewers: #llvm, tellenbach

Reviewed By: tellenbach

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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

Patch by: rollrat <rollrat.cse@gmail.com>

llvm/lib/CodeGen/LivePhysRegs.cpp

index c2a1cc7..bdb165b 100644 (file)
@@ -116,7 +116,7 @@ void LivePhysRegs::stepForward(const MachineInstr &MI,
   }
 }
 
-/// Prin the currently live registers to OS.
+/// Print the currently live registers to OS.
 void LivePhysRegs::print(raw_ostream &OS) const {
   OS << "Live Registers:";
   if (!TRI) {