diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-05-18 02:18:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-05-18 02:18:29 +0000 |
commit | 92ee9da03944743f73b32e266ac4343aa4b832eb (patch) | |
tree | b78a13c9703aa34038e8936ef509868073ec0dda /sys/dev/ic/gemreg.h | |
parent | 3d4e511ad3c613ddbe34c9383152e7a9d3e346a3 (diff) |
spelling in comment fix
Diffstat (limited to 'sys/dev/ic/gemreg.h')
-rw-r--r-- | sys/dev/ic/gemreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gemreg.h b/sys/dev/ic/gemreg.h index 62a39aa7b87..f4611b9de8e 100644 --- a/sys/dev/ic/gemreg.h +++ b/sys/dev/ic/gemreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemreg.h,v 1.12 2006/11/25 01:26:37 brad Exp $ */ +/* $OpenBSD: gemreg.h,v 1.13 2007/05/18 02:18:28 dlg Exp $ */ /* $NetBSD: gemreg.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -401,7 +401,7 @@ #define GEM_MIF_CONFIG_MDI0 0x00000100 /* MDIO_0 Data/MDIO_0 atached */ #define GEM_MIF_CONFIG_MDI1 0x00000200 /* MDIO_1 Data/MDIO_1 atached */ #define GEM_MIF_CONFIG_PHY_ADR 0x00007c00 /* poll PHY address */ -/* MDI0 is onboard transceiver MID1 is external, PHYAD for both is 0 */ +/* MDI0 is onboard transceiver MDI1 is external, PHYAD for both is 0 */ /* GEM_MIF_BASIC_STATUS and GEM_MIF_INTERRUPT_MASK bits */ #define GEM_MIF_STATUS 0x0000ffff |