From: Paul Eggert Date: Wed, 21 Oct 2015 06:16:52 +0000 (-0700) Subject: time_rz: fix comment about tzalloc X-Git-Tag: v1.0~6916 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9180f79eb0ccef57fc7fd36b197d4c3bab530f99;p=gnulib.git time_rz: fix comment about tzalloc * lib/time_rz.c (tzalloc): Fix comment. --- diff --git a/ChangeLog b/ChangeLog index a17429b42b..584df59efc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-20 Paul Eggert + + time_rz: fix comment about tzalloc + * lib/time_rz.c (tzalloc): Fix comment. + 2015-10-18 Paul Eggert stdalign: work around pre-4.9 GCC x86 bug diff --git a/lib/time_rz.c b/lib/time_rz.c index 8a0cbb207d..f9a07fd608 100644 --- a/lib/time_rz.c +++ b/lib/time_rz.c @@ -90,8 +90,7 @@ extend_abbrs (char *abbrs, char const *abbr, size_t abbr_size) } /* Return a newly allocated time zone for NAME, or NULL on failure. - As a special case, return a nonzero constant for wall clock time, a - constant that survives freeing. */ + A null NAME stands for wall clock time (which is like unset TZ). */ timezone_t tzalloc (char const *name) {