From 90c42a15d5538fb5c5e58a464e7fb30b9a31c916 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 19 Mar 2007 14:25:02 +0000 Subject: [PATCH] Fix obvious typo in comment. llvm-svn: 35164 --- include/llvm/Target/TargetData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index 36caf567692..54b2fa73c98 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -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;