]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
comment tweak
authorJim Meyering <jim@meyering.net>
Fri, 18 Mar 2005 09:38:31 +0000 (09:38 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Mar 2005 09:38:31 +0000 (09:38 +0000)
src/system.h

index c7c16dd7a9fdf6ea868d75ab29714227fe16c2f2..863c7b8ff91b6686f42006f7b7dfd2db08f3c5f2 100644 (file)
@@ -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.  */          \