Thu Jan 30 06:28:46 2020 UTC ()
Fix typo


(martin)
diff -r1.53 -r1.54 src/sys/arch/mac68k/dev/if_mc.c

cvs diff -r1.53 -r1.54 src/sys/arch/mac68k/dev/if_mc.c (expand / switch to context diff)
--- src/sys/arch/mac68k/dev/if_mc.c 2020/01/29 05:25:41 1.53
+++ src/sys/arch/mac68k/dev/if_mc.c 2020/01/30 06:28:46 1.54
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_mc.c,v 1.53 2020/01/29 05:25:41 thorpej Exp $	*/
+/*	$NetBSD: if_mc.c,v 1.54 2020/01/30 06:28:46 martin Exp $	*/
 
 /*-
  * Copyright (c) 1997 David Huang <khym@azeotrope.org>
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.53 2020/01/29 05:25:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.54 2020/01/30 06:28:46 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -491,7 +491,7 @@
 
 	if (xmtfs & MORE)
 		/* Real number is unknown. */
-		if_statadd_ref(nsr, if_collsions, 2);
+		if_statadd_ref(nsr, if_collisons, 2);
 	else if (xmtfs & ONE)
 		if_statinc_ref(nsr, if_collisions);
 	else if (xmtfs & RTRY) {