diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-19 19:41:26 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-19 19:41:26 +0000 |
commit | 1d099d93399892cb07816aba7782c452b353b136 (patch) | |
tree | 3fb31c1003e3c393d421143a94b306262d9affc4 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 86d1259ca78b291cd5e11e5aaf797d8c387643f2 (diff) | |
download | bcm5719-llvm-1d099d93399892cb07816aba7782c452b353b136.tar.gz bcm5719-llvm-1d099d93399892cb07816aba7782c452b353b136.zip |
Fix typos
llvm-svn: 211304
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 4a762ce6d3b..cf849951088 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -7147,7 +7147,7 @@ ARMTargetLowering::EmitLowered__chkstk(MachineInstr *MI, // thumb-2 environment, so there is no interworking required. As a result, we // do not expect a veneer to be emitted by the linker, clobbering IP. // - // Each module recieves its own copy of __chkstk, so no import thunk is + // Each module receives its own copy of __chkstk, so no import thunk is // required, again, ensuring that IP is not clobbered. // // Finally, although some linkers may theoretically provide a trampoline for |