[llvm-commits] CVS: llvm/include/llvm/Target/TargetData.h
    Dan Gohman 
    djg at cray.com
       
    Thu Apr 26 12:39:50 PDT 2007
    
    
  
Changes in directory llvm/include/llvm/Target:
TargetData.h updated: 1.59 -> 1.60
---
Log message:
Fix a typo in a comment.
---
Diffs of the changes:  (+1 -1)
 TargetData.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.59 llvm/include/llvm/Target/TargetData.h:1.60
--- llvm/include/llvm/Target/TargetData.h:1.59	Mon Mar 19 09:25:02 2007
+++ llvm/include/llvm/Target/TargetData.h	Thu Apr 26 14:39:32 2007
@@ -179,7 +179,7 @@
   ///
   const Type *getIntPtrType() const;
 
-  /// getIndexOffset - return the offset from the beginning of the type for the
+  /// getIndexedOffset - return the offset from the beginning of the type for the
   /// specified indices.  This is used to implement getelementptr.
   ///
   uint64_t getIndexedOffset(const Type *Ty,
    
    
More information about the llvm-commits
mailing list