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/dev/ic | |
parent | abe2d9975d32e7a640780ccc9a8130bf6b0d2d24 (diff) |
It's Daylight Saving Time, not Savings. Fix comments.
Discussed with pjanzen@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/mc146818reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mc146818reg.h b/sys/dev/ic/mc146818reg.h index 2dd48ae7231..573629dfc4b 100644 --- a/sys/dev/ic/mc146818reg.h +++ b/sys/dev/ic/mc146818reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc146818reg.h,v 1.4 1997/04/17 21:13:14 mickey Exp $ */ +/* $OpenBSD: mc146818reg.h,v 1.5 2001/05/17 00:58:00 pvalchev Exp $ */ /* $NetBSD: mc146818reg.h,v 1.1 1995/05/04 19:31:18 cgd Exp $ */ /* @@ -85,7 +85,7 @@ #define MC_REGB 0xb /* Control register B */ -#define MC_REGB_DSE 0x01 /* Daylight Savings Enable */ +#define MC_REGB_DSE 0x01 /* Daylight Saving Enable */ #define MC_REGB_24HR 0x02 /* 24-hour mode (AM/PM mode when clear) */ #define MC_REGB_BINARY 0x04 /* Binary mode (BCD mode when clear) */ #define MC_REGB_SQWE 0x08 /* Square wave enable, ONLY in BQ3285E */ |