diff options
author | Dale Johannesen <dalej@apple.com> | 2010-01-13 01:39:38 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-01-13 01:39:38 +0000 |
commit | c49a10aca1e31351c2e11b25ba636a23b93c46c8 (patch) | |
tree | cb0eac68ffdffb3240be61b5d227f73884a0b1da | |
parent | ce3ad1565ac3ff6cc04832ec17ecdc1baa705f9d (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93284 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index dec0b1dcd4..f93eadb369 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -664,7 +664,7 @@ public: /// frame indices from instructions which may use them. The instruction /// referenced by the iterator contains an MO_FrameIndex operand which must be /// eliminated by this method. This method may modify or replace the - /// specified instruction, as long as it keeps the iterator pointing the the + /// specified instruction, as long as it keeps the iterator pointing at the /// finished product. SPAdj is the SP adjustment due to call frame setup /// instruction. /// |