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.



details:   https://anonhg.NetBSD.org/src/rev/08726f6fbd3e
branches:  trunk
changeset: 449004:08726f6fbd3e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Feb 18 07:27:15 2019 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (27 lines):

diff -r 08d80c2b13c3 -r 08726f6fbd3e sys/dev/mii/dmphy.c
--- a/sys/dev/mii/dmphy.c       Mon Feb 18 06:27:10 2019 +0000
+++ b/sys/dev/mii/dmphy.c       Mon Feb 18 07:27:15 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dmphy.c,v 1.37 2019/01/22 03:42:27 msaitoh Exp $       */
+/*     $NetBSD: dmphy.c,v 1.38 2019/02/18 07:27:15 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dmphy.c,v 1.37 2019/01/22 03:42:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dmphy.c,v 1.38 2019/02/18 07:27:15 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -234,7 +234,7 @@
 
        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) {



Home | Main Index | Thread Index | Old Index