From: Jim Meyering Date: Fri, 18 Mar 2005 09:38:31 +0000 (+0000) Subject: comment tweak X-Git-Tag: CPPI-1_12~1274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ef98b62fb0ae65da7391f6f662313b4d8d3ee18;p=thirdparty%2Fcoreutils.git comment tweak --- diff --git a/src/system.h b/src/system.h index c7c16dd7a9..863c7b8ff9 100644 --- a/src/system.h +++ b/src/system.h @@ -830,7 +830,7 @@ ptr_align (void *ptr, size_t alignment) and return nonzero. Otherwise, set Accum to that new value and return zero. With a compiler that provides the __typeof__ operator, perform a compile-time check to verify that the specified Type_max - constant is the same as the constant derived from the type of Accum. */ + value is the same as the constant derived from the type of Accum. */ #define DECIMAL_DIGIT_ACCUMULATE(Accum, Digit_val, Type_max) \ ( \ /* Ensure that Type_max is the maximum value of Accum. */ \