diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-05-17 00:58:02 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-05-17 00:58:02 +0000 |
commit | f95b1eaefd00260cf97e73d082814a3c046f2570 (patch) | |
tree | a449bed5d2122d8be7503fd01fa0c3bda3bed6d1 /sys/arch/powerpc/conf | |
parent | abe2d9975d32e7a640780ccc9a8130bf6b0d2d24 (diff) |
It's Daylight Saving Time, not Savings. Fix comments.
Discussed with pjanzen@
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index be5f4a54fb9..faa5c1cc0b9 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2001/04/13 03:01:02 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.20 2001/05/17 00:57:58 pvalchev Exp $ # # PPC GENERIC config file # @@ -19,7 +19,7 @@ option WSEMUL_NO_DUMB # include "../../../conf/GENERIC" 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 SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option COMPAT_43 # and 4.3BSD |