diff options
Diffstat (limited to 'time/tzfile.c')
-rw-r--r-- | time/tzfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tzfile.c b/time/tzfile.c index 2a1a953962..497fe3f006 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -309,7 +309,7 @@ __tzfile_read (const char *file) compute_tzname_max (chars); if (num_transitions == 0) - /* Use the first rule (which should also be the only one. */ + /* Use the first rule (which should also be the only one). */ rule_stdoff = rule_dstoff = types[0].offset; else { |