Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.58 -> 1.59
---
Log message:

Fix obvious typo in 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.58 
llvm/include/llvm/Target/TargetData.h:1.59
--- llvm/include/llvm/Target/TargetData.h:1.58  Mon Feb 19 16:35:00 2007
+++ llvm/include/llvm/Target/TargetData.h       Mon Mar 19 09:25:02 2007
@@ -157,7 +157,7 @@
   /// type.
   uint64_t getTypeSize(const Type *Ty) const;
 
-  /// getTypeSizeInBits - Return the number of bytes necessary to hold the
+  /// getTypeSizeInBits - Return the number of bits necessary to hold the
   /// specified type.
   uint64_t getTypeSizeInBits(const Type* Ty) const;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to