summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2016-06-28 01:45:05 +0000
committerNick Lewycky <nicholas@mxc.ca>2016-06-28 01:45:05 +0000
commit9980075133ceec5746318ba133a1b09cffebd6ee (patch)
tree0975f8c56f20d2ff64ecdb1779dc267dde290d74 /llvm/lib/Target/ARM
parent73fa33b1026e26d1331d5e51890243ae4d9a5c17 (diff)
downloadbcm5719-llvm-9980075133ceec5746318ba133a1b09cffebd6ee.tar.gz
bcm5719-llvm-9980075133ceec5746318ba133a1b09cffebd6ee.zip
NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.
Bonus changes, * placement in X86ISelLowering and 'exerce' -> 'exercise' in test. llvm-svn: 273984
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index 1ca216a60a2..2641d106803 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -3182,7 +3182,7 @@ void ARMTargetLowering::VarArgStyleRegisters(CCState &CCInfo, SelectionDAG &DAG,
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
// Try to store any remaining integer argument regs
- // to their spots on the stack so that they may be loaded by deferencing
+ // to their spots on the stack so that they may be loaded by dereferencing
// the result of va_next.
// If there is no regs to be stored, just point address after last
// argument passed via stack.
OpenPOWER on IntegriCloud