Clarify a comment.

llvm-svn: 71561
This commit is contained in:
Dan Gohman 2009-05-12 17:08:34 +00:00
parent 83adfb4a9f
commit 45b46687f4

View File

@ -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;