OSDN Git Service

Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Mon, 14 Jun 2010 18:29:23 +0000 (18:29 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 14 Jun 2010 18:29:23 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105944 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index b62470c..c75a856 100644 (file)
@@ -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;