Fix a comment typo.

llvm-svn: 74650
This commit is contained in:
Bob Wilson 2009-07-01 21:59:43 +00:00
parent 91b5e630a9
commit affb68bd08
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ ARMBaseRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
}
// Estimate if we might need to scavenge a register at some point in order
// to materialize a stack offset. If so, either spill one additiona
// to materialize a stack offset. If so, either spill one additional
// callee-saved register or reserve a special spill slot to facilitate
// register scavenging.
if (RS && !ExtraCSSpill && !AFI->isThumbFunction()) {