[llvm-commits] [llvm] r105944 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Bob Wilson bob.wilson at apple.com
Mon Jun 14 11:29:23 PDT 2010


Author: bwilson
Date: Mon Jun 14 13:29:23 2010
New Revision: 105944

URL: http://llvm.org/viewvc/llvm-project?rev=105944&view=rev
Log:
Fix a comment typo.

Modified:
    llvm/trunk/include/llvm/Target/TargetRegisterInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=105944&r1=105943&r2=105944&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Mon Jun 14 13:29:23 2010
@@ -455,7 +455,7 @@
   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;
 





More information about the llvm-commits mailing list