diff options
author | Dan Gohman <gohman@apple.com> | 2009-05-12 17:08:34 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-05-12 17:08:34 +0000 |
commit | f46ef0450f5136b4e5267c084451e3786f817b64 (patch) | |
tree | 60e145c16a2596f6ad2738d6c732e3bdcd45b396 | |
parent | 2364cfeb54790e10dbc22de5d59e89cbd4ee0084 (diff) |
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71561 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c91c11a406..82abfc7286 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; |