aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-05-29 18:13:44 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-05-29 18:13:44 +0000
commitb78791d37ed5ec9b41612054ba1e94314af752aa (patch)
treea7978862c2658b2729588bb25b797728214c3b12 /sys/dev/dc
parent50aa106108cc9a610e4bdee7c7fe614a8c425c18 (diff)
Notes
Diffstat (limited to 'sys/dev/dc')
-rw-r--r--sys/dev/dc/dcphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c
index 8bc1dc86a6b7..28affb81063c 100644
--- a/sys/dev/dc/dcphy.c
+++ b/sys/dev/dc/dcphy.c
@@ -318,7 +318,7 @@ dcphy_service(sc, mii, cmd)
* since real Intel 21143 chips don't show valid link
* status until autonegotiation is switched off, and
* that only happens in dcphy_status(). Without this,
- * successful autonegotation is never recognised on
+ * successful autonegotiation is never recognised on
* these chips.
*/
if (++sc->mii_ticks <= 50)