summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-18 09:38:31 +0000
committerJim Meyering <jim@meyering.net>2005-03-18 09:38:31 +0000
commit0ef98b62fb0ae65da7391f6f662313b4d8d3ee18 (patch)
tree7287b638a5b25191850e9d85305adec762b6069a /src
parent500175daeda571582f71e946a3b1e25da9f8a3af (diff)
downloadcoreutils-0ef98b62fb0ae65da7391f6f662313b4d8d3ee18.tar.xz
comment tweak
Diffstat (limited to 'src')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index c7c16dd7a..863c7b8ff 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. */ \