Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Fri, 7 Jan 2011 04:58:58 +0000 (04:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 7 Jan 2011 04:58:58 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122994 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LocalStackSlotAllocation.cpp

index 38a69825534eb8ca7f8d01527c67a2ba02f6d68b..ed339150d74c3cb16cadb2d15f2dcba671269870 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//