diff lib/strftime.c @ 5775:73ab05626d30

Propagate intprops.h comment fixes to mktime.c and strftime.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 26 Mar 2005 18:08:56 +0000 (2005-03-26)
parents f6f2b5cd0813
children a48fb0e98c8c
line wrap: on
line diff
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -120,7 +120,7 @@
    ? (a) >> (b)		\
    : (a) / (1 << (b)) - ((a) % (1 << (b)) < 0))
 
-/* Bound on length of the string representing an integer value or type T.
+/* Bound on length of the string representing an integer type or expression T.
    Subtract 1 for the sign bit if t is signed; log10 (2.0) < 146/485;
    add 1 for integer division truncation; add 1 more for a minus sign
    if needed.  */