Fix obvious typo in comment.
authorDuncan Sands <baldrick@free.fr>
Mon, 19 Mar 2007 14:25:02 +0000 (14:25 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 19 Mar 2007 14:25:02 +0000 (14:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35164 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index 36caf56769200a08f5ea404f98e3a0a6ec65cb04..54b2fa73c98ba833feb567df415aa8b2a0edab3d 100644 (file)
@@ -157,7 +157,7 @@ public:
   /// 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;