summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-05-17 00:58:02 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-05-17 00:58:02 +0000
commitf95b1eaefd00260cf97e73d082814a3c046f2570 (patch)
treea449bed5d2122d8be7503fd01fa0c3bda3bed6d1 /sys/conf
parentabe2d9975d32e7a640780ccc9a8130bf6b0d2d24 (diff)
It's Daylight Saving Time, not Savings. Fix comments.
Discussed with pjanzen@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index a904236a744..5855f0bc42b 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.74 2001/05/16 17:14:39 millert Exp $
+# $OpenBSD: GENERIC,v 1.75 2001/05/17 00:58:00 pvalchev Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -6,7 +6,7 @@
#option INSECURE # default to secure
option TIMEZONE=0 # time zone to adjust RTC time by
-option DST=0 # daylight savings time used by RTC
+option DST=0 # daylight saving time used by RTC
option NTP # hooks supporting the Network Time Protocol
option SWAPPAGER # paging; REQUIRED