summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-02-02 00:46:09 +0000
committerBob Wilson <bob.wilson@apple.com>2011-02-02 00:46:09 +0000
commit63f8659d6936077c5e8e34eecb55ff1de0db5686 (patch)
tree8ab0ae4e8df172b048ab7383bb06f29244701a6a /include
parent692df93de427356d3ab7bb0438a3c998f28186ea (diff)
downloadllvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.tar.gz
llvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.tar.bz2
llvm-63f8659d6936077c5e8e34eecb55ff1de0db5686.tar.xz
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h
index e36fcba8ad..121091c9b4 100644
--- a/include/llvm/Target/TargetRegisterInfo.h
+++ b/include/llvm/Target/TargetRegisterInfo.h
@@ -663,7 +663,7 @@ public:
}
/// getFrameIndexInstrOffset - Get the offset from the referenced frame
- /// index in the instruction, if the is one.
+ /// index in the instruction, if there is one.
virtual int64_t getFrameIndexInstrOffset(const MachineInstr *MI,
int Idx) const {
return 0;