From 45b46687f458616e970fb882a5fc4e805fdbe3f2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 12 May 2009 17:08:34 +0000 Subject: [PATCH] Clarify a comment. llvm-svn: 71561 --- llvm/include/llvm/Target/TargetData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Target/TargetData.h b/llvm/include/llvm/Target/TargetData.h index c91c11a4067f..82abfc72864f 100644 --- a/llvm/include/llvm/Target/TargetData.h +++ b/llvm/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;