Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/dev Fix more typos



details:   https://anonhg.NetBSD.org/src/rev/66f7999e680b
branches:  trunk
changeset: 744348:66f7999e680b
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 30 06:30:52 2020 +0000

description:
Fix more typos

diffstat:

 sys/arch/mac68k/dev/if_mc.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r b37401f741ff -r 66f7999e680b sys/arch/mac68k/dev/if_mc.c
--- a/sys/arch/mac68k/dev/if_mc.c       Thu Jan 30 06:25:46 2020 +0000
+++ b/sys/arch/mac68k/dev/if_mc.c       Thu Jan 30 06:30:52 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mc.c,v 1.54 2020/01/30 06:28:46 martin Exp $        */
+/*     $NetBSD: if_mc.c,v 1.55 2020/01/30 06:30:52 martin Exp $        */
 
 /*-
  * Copyright (c) 1997 David Huang <khym%azeotrope.org@localhost>
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.54 2020/01/30 06:28:46 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.55 2020/01/30 06:30:52 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -491,12 +491,12 @@
 
        if (xmtfs & MORE)
                /* Real number is unknown. */
-               if_statadd_ref(nsr, if_collisons, 2);
+               if_statadd_ref(nsr, if_collisions, 2);
        else if (xmtfs & ONE)
                if_statinc_ref(nsr, if_collisions);
        else if (xmtfs & RTRY) {
                printf("%s: excessive collisions\n", device_xname(sc->sc_dev));
-               if_statadd_ref(nsr, if_collsions, 16);
+               if_statadd_ref(nsr, if_collisions, 16);
                if_statinc_ref(nsr, if_oerrors);
        }
 



Home | Main Index | Thread Index | Old Index