[PATCH] D71051: Fix incorrect comment

HyunJun Jeong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 02:11:54 PST 2019


rollrat created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71051

Files:
  llvm/lib/CodeGen/LivePhysRegs.cpp


Index: llvm/lib/CodeGen/LivePhysRegs.cpp
===================================================================
--- llvm/lib/CodeGen/LivePhysRegs.cpp
+++ llvm/lib/CodeGen/LivePhysRegs.cpp
@@ -116,7 +116,7 @@
   }
 }
 
-/// 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) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71051.232283.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/47027905/attachment.bin>


More information about the llvm-commits mailing list