Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Fix typo in comment. kern/16382 by Sean Davis.



details:   https://anonhg.NetBSD.org/src/rev/c536b70163db
branches:  trunk
changeset: 525773:c536b70163db
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 17 09:14:21 2002 +0000

description:
Fix typo in comment. kern/16382 by Sean Davis.

diffstat:

 sys/dev/mii/acphy.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 76fa8da4c387 -r c536b70163db sys/dev/mii/acphy.c
--- a/sys/dev/mii/acphy.c       Wed Apr 17 04:00:44 2002 +0000
+++ b/sys/dev/mii/acphy.c       Wed Apr 17 09:14:21 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $        */
+/*     $NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -218,7 +218,7 @@
 
        if (bmcr & BMCR_AUTOEN) {
                /*
-                * The media status bits are only valid of autonegotiation
+                * The media status bits are only valid if autonegotiation
                 * has completed (or it's disabled).
                 */
                if ((bmsr & BMSR_ACOMP) == 0) {



Home | Main Index | Thread Index | Old Index