summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/ipgphy.c4
-rw-r--r--sys/dev/mii/rgephy.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mii/ipgphy.c b/sys/dev/mii/ipgphy.c
index f109f96ef5f..c986d18523a 100644
--- a/sys/dev/mii/ipgphy.c
+++ b/sys/dev/mii/ipgphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipgphy.c,v 1.1 2006/07/12 19:05:50 brad Exp $ */
+/* $OpenBSD: ipgphy.c,v 1.2 2006/08/11 19:50:48 brad Exp $ */
/*-
* Copyright (c) 2006, Pyun YongHyeon <yongari@FreeBSD.org>
@@ -218,7 +218,7 @@ ipgphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd)
PHY_WRITE(sc, IPGPHY_MII_BMCR, speed);
/*
- * When settning the link manually, one side must
+ * When setting the link manually, one side must
* be the master and the other the slave. However
* ifmedia doesn't give us a good way to specify
* this, so we fake it by using one of the LINK
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c
index 912bf115a99..c6a317c41fa 100644
--- a/sys/dev/mii/rgephy.c
+++ b/sys/dev/mii/rgephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rgephy.c,v 1.13 2006/07/23 06:40:05 brad Exp $ */
+/* $OpenBSD: rgephy.c,v 1.14 2006/08/11 19:50:48 brad Exp $ */
/*
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -217,7 +217,7 @@ setit:
speed|RGEPHY_BMCR_AUTOEN|RGEPHY_BMCR_STARTNEG);
/*
- * When settning the link manually, one side must
+ * When setting the link manually, one side must
* be the master and the other the slave. However
* ifmedia doesn't give us a good way to specify
* this, so we fake it by using one of the LINK