diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-11-02 22:31:51 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-11-02 22:31:51 +0000 |
commit | 9d941b635cf8c118d1188816786388bf63b54864 (patch) | |
tree | 5c5f57192ed4188093673111d190263df6ae7741 /sys/arch | |
parent | 1ae6c27eda3aaaaf0e48a102129effe6e7437d65 (diff) |
s/hz/Hz/ on multiples of the SI unit hertz other than MHz.
reminded by STeve Andre.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/include/scfio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/scfio.h b/sys/arch/sparc/include/scfio.h index 92d8c89a0f0..c0bd3b4f368 100644 --- a/sys/arch/sparc/include/scfio.h +++ b/sys/arch/sparc/include/scfio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scfio.h,v 1.2 2003/06/02 18:40:59 jason Exp $ */ +/* $OpenBSD: scfio.h,v 1.3 2009/11/02 22:31:50 sobrado Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -41,9 +41,9 @@ #define SCF_LED_COLOR_YELLOW 0x03 /* yellow led */ #define SCF_LED_BLINK_MASK 0x0c /* blink bits */ #define SCF_LED_BLINK_NONE 0x00 /* steady led */ -#define SCF_LED_BLINK_HALF 0x04 /* blink 1/2 hz */ -#define SCF_LED_BLINK_ONE 0x08 /* blink 1 hz */ -#define SCF_LED_BLINK_TWO 0x0c /* blink 2 hz */ +#define SCF_LED_BLINK_HALF 0x04 /* blink 1/2 Hz */ +#define SCF_LED_BLINK_ONE 0x08 /* blink 1 Hz */ +#define SCF_LED_BLINK_TWO 0x0c /* blink 2 Hz */ /* 7 segment led */ #define SCF_7LED_A 0x01 /* Layout: */ |