diff options
-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; |