From d8197fd9d71786b48b2b0d735a37a43d5ed7984d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35164 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;