summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-17 19:03:05 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-17 19:03:05 +0000
commit9d15fb3c10224b3164ea5c3dce680de1a95e78d4 (patch)
treed030be053550b17dc01d9615aa7172f74385ca32 /llvm/lib/Target/X86/X86FrameLowering.cpp
parent39950b0f925b12349350f2f895d8ce34223da10a (diff)
downloadbcm5719-llvm-9d15fb3c10224b3164ea5c3dce680de1a95e78d4.tar.gz
bcm5719-llvm-9d15fb3c10224b3164ea5c3dce680de1a95e78d4.zip
Fix spelling mistakes in X86 target comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287247
Diffstat (limited to 'llvm/lib/Target/X86/X86FrameLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86FrameLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FrameLowering.cpp b/llvm/lib/Target/X86/X86FrameLowering.cpp
index 9bba0906575..ff428f33b56 100644
--- a/llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -615,7 +615,7 @@ void X86FrameLowering::emitStackProbeInline(MachineFunction &MF,
// lowest touched page on the stack, not the point at which the OS
// will cause an overflow exception, so this is just an optimization
// to avoid unnecessarily touching pages that are below the current
- // SP but already commited to the stack by the OS.
+ // SP but already committed to the stack by the OS.
BuildMI(&MBB, DL, TII.get(X86::MOV64rm), LimitReg)
.addReg(0)
.addImm(1)
OpenPOWER on IntegriCloud