aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-22 23:14:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-22 23:14:52 +0000
commit9b631a58ef25df2905cbe59fa618db79a3d535c5 (patch)
tree33579ef2f2b693672c20fddf891edae322bc433d
parentf6d039a039ca35f9f0ee835c40cfced946915d5b (diff)
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33450 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h
index 71db27ca73..ed56cefc07 100644
--- a/include/llvm/Target/TargetData.h
+++ b/include/llvm/Target/TargetData.h
@@ -233,7 +233,7 @@ public:
/// the specified type.
unsigned char getTypeAlignmentPref(const Type *Ty) const;
- /// getTypeAlignmentShift - Return the minimum required alignment for the
+ /// getTypeAlignmentShift - Return the preferred alignment for the
/// specified type, returned as log2 of the value (a shift amount).
///
unsigned char getTypeAlignmentShift(const Type *Ty) const;