summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-09-09 05:26:27 +0000
committergad <gad@FreeBSD.org>2003-09-09 05:26:27 +0000
commit53db1769f397482da865abe9484dd6a84689d7cf (patch)
treee29cb966e1ed53a35a1ecef67d11c139e0a14a1e /usr.sbin/newsyslog
parent51bcd038d34f50a21e8446c647ac2fbd470d1c7b (diff)
downloadFreeBSD-src-53db1769f397482da865abe9484dd6a84689d7cf.zip
FreeBSD-src-53db1769f397482da865abe9484dd6a84689d7cf.tar.gz
Correct the comment about which timezone-change loses an hour...
MFC after: 23 days
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index f38bac2..13a8287 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -1861,7 +1861,7 @@ parse8601(const char *s)
tsecs = mktime(&tm);
/*
* Check for invalid times, including things like the missing
- * hour when switching from "daylight savings" to "standard".
+ * hour when switching from "standard time" to "daylight saving".
*/
if (tsecs == (time_t)-1)
tsecs = (time_t)-2;
@@ -1984,7 +1984,7 @@ parseDWM(char *s)
tsecs = mktime(&tm);
/*
* Check for invalid times, including things like the missing
- * hour when switching from "daylight savings" to "standard".
+ * hour when switching from "standard time" to "daylight saving".
*/
if (tsecs == (time_t)-1)
tsecs = (time_t)-2;
OpenPOWER on IntegriCloud