summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-07-01 21:59:43 +0000
committerBob Wilson <bob.wilson@apple.com>2009-07-01 21:59:43 +0000
commitaffb68bd08a2cd0f1e4dbeacfbdc1acc14c589ba (patch)
tree4698d117f75962f483a529d8e85a6ad9e8705393 /llvm/lib
parent91b5e630a9547e8e88c542b8a59dad0a3351b5d9 (diff)
downloadbcm5719-llvm-affb68bd08a2cd0f1e4dbeacfbdc1acc14c589ba.tar.gz
bcm5719-llvm-affb68bd08a2cd0f1e4dbeacfbdc1acc14c589ba.zip
Fix a comment typo.
llvm-svn: 74650
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMRegisterInfo.cpp b/llvm/lib/Target/ARM/ARMRegisterInfo.cpp
index c898af9b496..f809f375092 100644
--- a/llvm/lib/Target/ARM/ARMRegisterInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMRegisterInfo.cpp
@@ -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()) {
OpenPOWER on IntegriCloud