summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-06-25 21:53:45 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-06-25 21:53:45 +0000
commit6c73ba49bfd2b801892a2cc79853933cc93411e8 (patch)
tree4cfcbafefec1c8c0de6e23a1d882004e6b4e848e /sys/dev/ic
parent160ec311706498ba282eb24e04296d50b08f629a (diff)
fix a typo in a comment and add the comment to the sparc hme driver.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/hme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c
index 77eb4d1023e..9da71267971 100644
--- a/sys/dev/ic/hme.c
+++ b/sys/dev/ic/hme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hme.c,v 1.42 2006/03/25 22:41:43 djm Exp $ */
+/* $OpenBSD: hme.c,v 1.43 2006/06/25 21:53:44 brad Exp $ */
/* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */
/*-
@@ -1140,7 +1140,7 @@ hme_mii_statchg(dev)
#endif
/* Set the MAC Full Duplex bit appropriately */
- /* Apparently the hme chip is SIMPLE if working in full duplex mode,
+ /* Apparently the hme chip is SIMPLEX if working in full duplex mode,
but not otherwise. */
v = bus_space_read_4(t, mac, HME_MACI_TXCFG);
if ((IFM_OPTIONS(sc->sc_mii.mii_media_active) & IFM_FDX) != 0) {