]> Savannah Git Hosting - gnulib.git/commitdiff
time_rz: fix comment about tzalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Oct 2015 06:16:52 +0000 (23:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Oct 2015 06:17:17 +0000 (23:17 -0700)
* lib/time_rz.c (tzalloc): Fix comment.

ChangeLog
lib/time_rz.c

index a17429b42bed0e4f3dea11381487d941c8596560..584df59efca02053c96c6ef2f1c21998c5573f94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8a0cbb207dbe859909e19659013e9a6a6ebf87cd..f9a07fd608c244a666b4cda2a4b26d426bf4a86a 100644 (file)
@@ -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)
 {