summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LocalStackSlotAllocation.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-07 04:58:58 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-07 04:58:58 +0000
commit67b067d2f91ede565a3cde857442a44314d72537 (patch)
tree31f492f30814cc092811fc60243b883e1ab99013 /lib/CodeGen/LocalStackSlotAllocation.cpp
parent6736e19f4c9af1181cedca54ba6e3a1420454928 (diff)
downloadllvm-67b067d2f91ede565a3cde857442a44314d72537.tar.gz
llvm-67b067d2f91ede565a3cde857442a44314d72537.tar.bz2
llvm-67b067d2f91ede565a3cde857442a44314d72537.tar.xz
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LocalStackSlotAllocation.cpp')
-rw-r--r--lib/CodeGen/LocalStackSlotAllocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LocalStackSlotAllocation.cpp b/lib/CodeGen/LocalStackSlotAllocation.cpp
index 38a6982553..ed339150d7 100644
--- a/lib/CodeGen/LocalStackSlotAllocation.cpp
+++ b/lib/CodeGen/LocalStackSlotAllocation.cpp
@@ -9,7 +9,7 @@
//
// This pass assigns local frame indices to stack slots relative to one another
// and allocates additional base registers to access them when the target
-// estimates the are likely to be out of range of stack pointer and frame
+// estimates they are likely to be out of range of stack pointer and frame
// pointer relative addressing.
//
//===----------------------------------------------------------------------===//