Clarify a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2009-05-12 17:08:34 +00:00
parent 2364cfeb54
commit f46ef0450f

View File

@ -293,7 +293,7 @@ public:
return StructAlignment; 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. /// return the structure index that contains it.
/// ///
unsigned getElementContainingOffset(uint64_t Offset) const; unsigned getElementContainingOffset(uint64_t Offset) const;