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

Bob Wilson bob.wilson at apple.com
Tue Feb 1 16:46:09 PST 2011


Author: bwilson
Date: Tue Feb  1 18:46:09 2011
New Revision: 124705

URL: http://llvm.org/viewvc/llvm-project?rev=124705&view=rev
Log:
Fix 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=124705&r1=124704&r2=124705&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Tue Feb  1 18:46:09 2011
@@ -663,7 +663,7 @@
   }
 
   /// 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;





More information about the llvm-commits mailing list