diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-03-12 11:32:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-03-12 11:32:18 +0000 |
commit | 9e385e6f38130bacc8c29f3f3feff9e4a3199824 (patch) | |
tree | 1d2c86eee7c92ac3805f7ae4dbe8ffdc4b4d0df8 /sys/dev/mii/nsphy.c | |
parent | 61d4ed69ac92256a7085d93e9c218b52563c10ae (diff) |
Fix comment typo, of -> if.
ok sthen@
Diffstat (limited to 'sys/dev/mii/nsphy.c')
-rw-r--r-- | sys/dev/mii/nsphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index 7d0825e66f8..c9c7c3f0c83 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsphy.c,v 1.21 2008/03/02 16:05:26 brad Exp $ */ +/* $OpenBSD: nsphy.c,v 1.22 2008/03/12 11:32:17 brad Exp $ */ /* $NetBSD: nsphy.c,v 1.25 2000/02/02 23:34:57 thorpej Exp $ */ /*- @@ -272,7 +272,7 @@ nsphy_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) { |