Fix comment typo.
authorBob Wilson <bob.wilson@apple.com>
Wed, 2 Feb 2011 00:46:09 +0000 (00:46 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 2 Feb 2011 00:46:09 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124705 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index e36fcba8ad235cd63a392821e73c8b96b36b86c0..121091c9b49b5fdefa5c8d934b93d801b24df61a 100644 (file)
@@ -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;