From: Bob Wilson Date: Mon, 14 Jun 2010 18:29:23 +0000 (+0000) Subject: Fix a comment typo. X-Git-Tag: android-x86-6.0-r1~1003^2~5780 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=754f680c1fcde09a3d36bb8562e1433fdb87018e;p=android-x86%2Fexternal-llvm.git Fix a comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105944 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index b62470c8d0a..c75a856bc52 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;