changeset 37822:7a3063b2f6d0

time_rz: fix comment about tzalloc * lib/time_rz.c (tzalloc): Fix comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 20 Oct 2015 23:16:52 -0700
parents 637b225b7b05
children ddd5393e2d4c
files ChangeLog lib/time_rz.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 20 07:43:59 2015 -0700
+++ b/ChangeLog	Tue Oct 20 23:16:52 2015 -0700
@@ -1,3 +1,8 @@
+2015-10-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+	time_rz: fix comment about tzalloc
+	* lib/time_rz.c (tzalloc): Fix comment.
+
 2015-10-18  Paul Eggert  <eggert@cs.ucla.edu>
 
 	stdalign: work around pre-4.9 GCC x86 bug
--- a/lib/time_rz.c	Tue Oct 20 07:43:59 2015 -0700
+++ b/lib/time_rz.c	Tue Oct 20 23:16:52 2015 -0700
@@ -90,8 +90,7 @@
 }
 
 /* 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)
 {