svn commit: r213964 - stable/7/sys/dev/mii
Marius Strobl
marius at FreeBSD.org
Sun Oct 17 12:34:20 UTC 2010
Author: marius
Date: Sun Oct 17 12:34:20 2010
New Revision: 213964
URL: http://svn.freebsd.org/changeset/base/213964
Log:
MFC: r175703
Fix a typo in a comment.
Modified:
stable/7/sys/dev/mii/amphy.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/mii/amphy.c
==============================================================================
--- stable/7/sys/dev/mii/amphy.c Sun Oct 17 12:33:15 2010 (r213963)
+++ stable/7/sys/dev/mii/amphy.c Sun Oct 17 12:34:20 2010 (r213964)
@@ -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) {
More information about the svn-src-stable
mailing list