Clarify a comment.
authorDan Gohman <gohman@apple.com>
Tue, 12 May 2009 17:08:34 +0000 (17:08 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 12 May 2009 17:08:34 +0000 (17:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71561 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index c91c11a4067f666676441d39d27969d32b89c57f..82abfc72864fd4916abc29be705f25aabd3cc767 100644 (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;