Fix typo in DwarfDebug [NFC]

This commit is contained in:
David Stenberg 2019-11-13 18:06:16 +01:00
parent 8b2b2c08d9
commit 7417cc149b
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ static void collectCallSiteParameters(const MachineInstr *CallMI,
++NumCSParams;
};
// Search for a loading value in forwaring registers.
// Search for a loading value in forwarding registers.
for (; I != MBB->rend(); ++I) {
// If the next instruction is a call we can not interpret parameter's
// forwarding registers or we finished the interpretation of all parameters.