time_rz: fix comment typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Jan 2017 00:59:17 +0000 (16:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Jan 2017 00:59:41 +0000 (16:59 -0800)
lib/time-internal.h

index 750985e6f1a99862983f9d88d7c8a05fb95c8775..15d36d73c0c11eecea8677960ee44b7901cda725 100644 (file)
@@ -38,8 +38,8 @@ struct tm_zone
   /* A sequence of null-terminated strings packed next to each other.
      The strings are followed by an extra null byte.  If TZ_IS_SET,
      there must be at least one string and the first string (which is
-     actually a TZ environment value value) may be empty.  Otherwise
-     all strings must be nonempty.
+     actually a TZ environment value) may be empty.  Otherwise all
+     strings must be nonempty.
 
      Abbreviations are stored here because otherwise the values of
      tm_zone and/or tzname would be dead after changing TZ and calling