Update comment.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 22 Jan 2007 23:14:52 +0000 (23:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 22 Jan 2007 23:14:52 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33450 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index 71db27ca73a0b336a918edc4743f3cd3d59ebbce..ed56cefc073c65a42ed67a7d4725d3701d7357d9 100644 (file)
@@ -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;