[llvm-commits] [llvm] r71561 - /llvm/trunk/include/llvm/Target/TargetData.h
Dan Gohman
gohman at apple.com
Tue May 12 10:08:34 PDT 2009
Author: djg
Date: Tue May 12 12:08:34 2009
New Revision: 71561
URL: http://llvm.org/viewvc/llvm-project?rev=71561&view=rev
Log:
Clarify a comment.
Modified:
llvm/trunk/include/llvm/Target/TargetData.h
Modified: llvm/trunk/include/llvm/Target/TargetData.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetData.h?rev=71561&r1=71560&r2=71561&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetData.h (original)
+++ llvm/trunk/include/llvm/Target/TargetData.h Tue May 12 12:08:34 2009
@@ -293,7 +293,7 @@
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;
More information about the llvm-commits
mailing list