summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-01-27 01:11:57 +0000
committermarius <marius@FreeBSD.org>2008-01-27 01:11:57 +0000
commitedbc40c9510c23073da3df4eb2912ecc8283f2db (patch)
treee3c5830d08e1299eb9cb948842f2909855c7f24b /sys/dev/mii
parent6ebda87d5b3fa6ebf17a601548e0cc821d149b46 (diff)
downloadFreeBSD-src-edbc40c9510c23073da3df4eb2912ecc8283f2db.zip
FreeBSD-src-edbc40c9510c23073da3df4eb2912ecc8283f2db.tar.gz
Fix a typo in a comment.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/amphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c
index f4a9ec6..3c06561 100644
--- a/sys/dev/mii/amphy.c
+++ b/sys/dev/mii/amphy.c
@@ -216,7 +216,7 @@ amphy_status(struct mii_softc *sc)
if (bmcr & BMCR_AUTOEN) {
/*
- * The PAR status bits are only valid of autonegotiation
+ * The PAR status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((bmsr & BMSR_ACOMP) == 0) {
OpenPOWER on IntegriCloud