diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-06-14 18:29:23 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-14 18:29:23 +0000 |
commit | 754f680c1fcde09a3d36bb8562e1433fdb87018e (patch) | |
tree | c5fd088dea442f8aeb044cf963c2c87f7e3d7ecd /include | |
parent | ef66df4da8be2530ff37b699aa0e4cfbf0c938c4 (diff) | |
download | external_llvm-754f680c1fcde09a3d36bb8562e1433fdb87018e.zip external_llvm-754f680c1fcde09a3d36bb8562e1433fdb87018e.tar.gz external_llvm-754f680c1fcde09a3d36bb8562e1433fdb87018e.tar.bz2 |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 b62470c..c75a856 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -455,7 +455,7 @@ public: virtual unsigned getSubReg(unsigned RegNo, unsigned Index) const = 0; /// getSubRegIndex - For a given register pair, return the sub-register index - /// if the are second register is a sub-register of the first. Return zero + /// if the second register is a sub-register of the first. Return zero /// otherwise. virtual unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const = 0; |