aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-12 17:08:34 +0000
committerDan Gohman <gohman@apple.com>2009-05-12 17:08:34 +0000
commitf46ef0450f5136b4e5267c084451e3786f817b64 (patch)
tree60e145c16a2596f6ad2738d6c732e3bdcd45b396
parent2364cfeb54790e10dbc22de5d59e89cbd4ee0084 (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.h2
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;