From: Dan Gohman Date: Tue, 12 May 2009 17:08:34 +0000 (+0000) Subject: Clarify a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f46ef0450f5136b4e5267c084451e3786f817b64;p=oota-llvm.git Clarify a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71561 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c91c11a4067..82abfc72864 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -293,7 +293,7 @@ public: return StructAlignment; } - /// getElementContainingOffset - Given a valid offset into the structure, + /// getElementContainingOffset - Given a valid byte offset into the structure, /// return the structure index that contains it. /// unsigned getElementContainingOffset(uint64_t Offset) const;