From edbc40c9510c23073da3df4eb2912ecc8283f2db Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 27 Jan 2008 01:11:57 +0000 Subject: Fix a typo in a comment. --- sys/dev/mii/amphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/mii') 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) { -- cgit v1.1