summaryrefslogtreecommitdiff
path: root/tz/zoneinfo2tdf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tz/zoneinfo2tdf.pl')
-rwxr-xr-xtz/zoneinfo2tdf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tz/zoneinfo2tdf.pl b/tz/zoneinfo2tdf.pl
index c8c5591..e07b00c 100755
--- a/tz/zoneinfo2tdf.pl
+++ b/tz/zoneinfo2tdf.pl
@@ -28,7 +28,7 @@ while (<>) {
$contZone = '';
if ($type eq 'zone') {
- # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
+ # Zone NAME STDOFF RULES/SAVE FORMAT [UNTIL]
my $nfields = @fields;
$nfields >= 5 or warn "bad zone line";
if ($nfields > 6) {