Fix a typo in a comment.

This commit is contained in:
marius 2008-01-27 01:11:57 +00:00
parent 6ebda87d5b
commit edbc40c951

View File

@ -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) {