Skip to content

Commit 89421e5

Browse files
authored
Comment typos.
1 parent 77f2ba0 commit 89421e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ void SystemZELFFrameLowering::emitPrologue(MachineFunction &MF,
572572
.addReg(0);
573573

574574
// Call mcount (Regmask from CC AnyReg since mcount preserves all normal
575-
// argument registers.
575+
// argument registers).
576576
FunctionCallee FC = MF.getFunction().getParent()->getOrInsertFunction(
577577
"mcount", Type::getVoidTy(MF.getFunction().getContext()));
578578
const uint32_t *Mask = MF.getSubtarget<SystemZSubtarget>()
@@ -582,7 +582,7 @@ void SystemZELFFrameLowering::emitPrologue(MachineFunction &MF,
582582
.addGlobalAddress(dyn_cast<Function>(FC.getCallee()))
583583
.addRegMask(Mask);
584584

585-
// Reload return address drom 8 bytes above stack pointer.
585+
// Reload return address from 8 bytes above stack pointer.
586586
BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::LG))
587587
.addReg(SystemZ::R14D)
588588
.addReg(SystemZ::R15D)

0 commit comments

Comments
 (0)