Module Name:    src
Committed By:   msaitoh
Date:           Wed Jul 22 01:24:40 UTC 2020

Modified Files:
        src/lib/libpthread: pthread.c
        src/sys/arch/acorn32/podulebus: esc.c escvar.h sfas.c sfasvar.h
        src/sys/arch/arm/omap: omapl1x_timer.c
        src/sys/arch/evbmips/adm5120: machdep.c
        src/sys/arch/evbmips/alchemy: machdep.c
        src/sys/arch/evbmips/atheros: machdep.c
        src/sys/arch/evbmips/ingenic: machdep.c
        src/sys/arch/evbmips/rasoc: machdep.c
        src/sys/arch/ews4800mips/sbd: if_iee_sbdio.c
        src/sys/arch/shark/shark: opms.c
        src/sys/dev/ic: ath.c atppc.c
        src/sys/dev/pci/ixgbe: ixgbe_vf.c
        src/sys/net80211: ieee80211_proto.c
        src/usr.bin/tip/aculib: ventel.c

Log Message:
s/reseting/resetting/


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/lib/libpthread/pthread.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/acorn32/podulebus/esc.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/acorn32/podulebus/escvar.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/acorn32/podulebus/sfas.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/acorn32/podulebus/sfasvar.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/omapl1x_timer.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbmips/adm5120/machdep.c
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbmips/alchemy/machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbmips/atheros/machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/ingenic/machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/rasoc/machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/shark/shark/opms.c
cvs rdiff -u -r1.131 -r1.132 src/sys/dev/ic/ath.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/atppc.c
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/ixgbe/ixgbe_vf.c
cvs rdiff -u -r1.35 -r1.36 src/sys/net80211/ieee80211_proto.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tip/aculib/ventel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/pthread.c
diff -u src/lib/libpthread/pthread.c:1.177 src/lib/libpthread/pthread.c:1.178
--- src/lib/libpthread/pthread.c:1.177	Sun Jun 14 21:31:11 2020
+++ src/lib/libpthread/pthread.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pthread.c,v 1.177 2020/06/14 21:31:11 ad Exp $	*/
+/*	$NetBSD: pthread.c,v 1.178 2020/07/22 01:24:39 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008, 2020
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread.c,v 1.177 2020/06/14 21:31:11 ad Exp $");
+__RCSID("$NetBSD: pthread.c,v 1.178 2020/07/22 01:24:39 msaitoh Exp $");
 
 #define	__EXPOSE_STACK	1
 
@@ -203,7 +203,7 @@ pthread__init(void)
 
 	/*
 	 * Allocate pthread_keys descriptors before
-	 * reseting __uselibcstub because otherwise
+	 * resetting __uselibcstub because otherwise
 	 * malloc() will call pthread_keys_create()
 	 * while pthread_keys descriptors are not
 	 * yet allocated.

Index: src/sys/arch/acorn32/podulebus/esc.c
diff -u src/sys/arch/acorn32/podulebus/esc.c:1.32 src/sys/arch/acorn32/podulebus/esc.c:1.33
--- src/sys/arch/acorn32/podulebus/esc.c:1.32	Fri Dec 27 09:41:48 2019
+++ src/sys/arch/acorn32/podulebus/esc.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: esc.c,v 1.32 2019/12/27 09:41:48 msaitoh Exp $	*/
+/*	$NetBSD: esc.c,v 1.33 2020/07/22 01:24:39 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.32 2019/12/27 09:41:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: esc.c,v 1.33 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1102,7 +1102,7 @@ esc_midaction(struct esc_softc *dev, esc
 
 		case ESC_NS_RESET:
 			/*
-			 * We were reseting this SCSI-unit. Clean up the
+			 * We were resetting this SCSI-unit. Clean up the
 			 * nexus struct.
 			 */
 			dev->sc_led(dev, 0);

Index: src/sys/arch/acorn32/podulebus/escvar.h
diff -u src/sys/arch/acorn32/podulebus/escvar.h:1.8 src/sys/arch/acorn32/podulebus/escvar.h:1.9
--- src/sys/arch/acorn32/podulebus/escvar.h:1.8	Sat Oct 27 17:17:23 2012
+++ src/sys/arch/acorn32/podulebus/escvar.h	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: escvar.h,v 1.8 2012/10/27 17:17:23 chs Exp $ */
+/* $NetBSD: escvar.h,v 1.9 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1995 Daniel Widenfalk
@@ -130,7 +130,7 @@ struct nexus {
 #define ESC_NS_RESELECTED	10	/* We was reselected */
 #define ESC_NS_DONE		11	/* Done. Prephsase to FINISHED */
 #define ESC_NS_FINISHED		12	/* Realy done. Call scsi_done */
-#define ESC_NS_RESET		13	/* We are reseting this unit */
+#define ESC_NS_RESET		13	/* We are resetting this unit */
 
 /* SCSI nexus flags */
 #define ESC_NF_UNIT_BUSY	0x0001	/* Unit is not available */

Index: src/sys/arch/acorn32/podulebus/sfas.c
diff -u src/sys/arch/acorn32/podulebus/sfas.c:1.28 src/sys/arch/acorn32/podulebus/sfas.c:1.29
--- src/sys/arch/acorn32/podulebus/sfas.c:1.28	Fri Dec 27 09:41:48 2019
+++ src/sys/arch/acorn32/podulebus/sfas.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: sfas.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $	*/
+/*	$NetBSD: sfas.c,v 1.29 2020/07/22 01:24:39 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.28 2019/12/27 09:41:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sfas.c,v 1.29 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1023,7 +1023,7 @@ sfas_midaction(struct sfas_softc *dev, s
 
 		case SFAS_NS_RESET:
 			/*
-			 * We were reseting this SCSI-unit. Clean up the
+			 * We were resetting this SCSI-unit. Clean up the
 			 * nexus struct.
 			 */
 			dev->sc_led(dev, 0);

Index: src/sys/arch/acorn32/podulebus/sfasvar.h
diff -u src/sys/arch/acorn32/podulebus/sfasvar.h:1.7 src/sys/arch/acorn32/podulebus/sfasvar.h:1.8
--- src/sys/arch/acorn32/podulebus/sfasvar.h:1.7	Sat Oct 27 17:17:24 2012
+++ src/sys/arch/acorn32/podulebus/sfasvar.h	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: sfasvar.h,v 1.7 2012/10/27 17:17:24 chs Exp $ */
+/* $NetBSD: sfasvar.h,v 1.8 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1995 Daniel Widenfalk
@@ -129,7 +129,7 @@ struct nexus {
 #define SFAS_NS_RESELECTED	10	/* We was reselected */
 #define SFAS_NS_DONE		11	/* Done. Prephsase to FINISHED */
 #define SFAS_NS_FINISHED	12	/* Realy done. Call scsi_done */
-#define SFAS_NS_RESET		13	/* We are reseting this unit */
+#define SFAS_NS_RESET		13	/* We are resetting this unit */
 
 /* SCSI nexus flags */
 #define SFAS_NF_UNIT_BUSY	0x0001	/* Unit is not available */

Index: src/sys/arch/arm/omap/omapl1x_timer.c
diff -u src/sys/arch/arm/omap/omapl1x_timer.c:1.1 src/sys/arch/arm/omap/omapl1x_timer.c:1.2
--- src/sys/arch/arm/omap/omapl1x_timer.c:1.1	Wed Oct  2 16:48:26 2013
+++ src/sys/arch/arm/omap/omapl1x_timer.c	Wed Jul 22 01:24:39 2020
@@ -25,7 +25,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: omapl1x_timer.c,v 1.1 2013/10/02 16:48:26 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omapl1x_timer.c,v 1.2 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include "opt_timer.h"
 
@@ -486,7 +486,7 @@ omapl1xtimer_attach (device_t parent, de
 	wdt.wdt_addr = OMAPL1X_WDT_ADDR;
 	wdt.wdt_size = OMAPL1X_WDT_SIZE;
 
-	/* Map WDT registers. We want to use it for reseting the chip */
+	/* Map WDT registers. We want to use it for resetting the chip */
 	if (bus_space_map(wdt.wdt_iot, wdt.wdt_addr,
 			  wdt.wdt_size, 0, &wdt.wdt_ioh)) {
 		aprint_error_dev(self, "can't map wdt mem space\n");

Index: src/sys/arch/evbmips/adm5120/machdep.c
diff -u src/sys/arch/evbmips/adm5120/machdep.c:1.25 src/sys/arch/evbmips/adm5120/machdep.c:1.26
--- src/sys/arch/evbmips/adm5120/machdep.c:1.25	Thu Dec 22 14:47:56 2016
+++ src/sys/arch/evbmips/adm5120/machdep.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.25 2016/12/22 14:47:56 cherry Exp $ */
+/* $NetBSD: machdep.c,v 1.26 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.25 2016/12/22 14:47:56 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.26 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -482,7 +482,7 @@ cpu_reboot(int howto, char *bootstr)
 		cnpollc(0);
 	}
 
-	printf("reseting board...\n\n");
+	printf("resetting board...\n\n");
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
 	SW_WRITE(SW_SFTRES_REG, 0);			/* reset */

Index: src/sys/arch/evbmips/alchemy/machdep.c
diff -u src/sys/arch/evbmips/alchemy/machdep.c:1.56 src/sys/arch/evbmips/alchemy/machdep.c:1.57
--- src/sys/arch/evbmips/alchemy/machdep.c:1.56	Thu Dec 22 14:47:56 2016
+++ src/sys/arch/evbmips/alchemy/machdep.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.56 2016/12/22 14:47:56 cherry Exp $ */
+/* $NetBSD: machdep.c,v 1.57 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.56 2016/12/22 14:47:56 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.57 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -412,7 +412,7 @@ cpu_reboot(int howto, char *bootstr)
 		cnpollc(0);
 	}
 
-	printf("reseting board...\n\n");
+	printf("resetting board...\n\n");
 
 	/*
 	 * Try to use board-specific reset logic, which might involve a better

Index: src/sys/arch/evbmips/atheros/machdep.c
diff -u src/sys/arch/evbmips/atheros/machdep.c:1.31 src/sys/arch/evbmips/atheros/machdep.c:1.32
--- src/sys/arch/evbmips/atheros/machdep.c:1.31	Thu Dec 22 14:47:56 2016
+++ src/sys/arch/evbmips/atheros/machdep.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.31 2016/12/22 14:47:56 cherry Exp $ */
+/* $NetBSD: machdep.c,v 1.32 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.31 2016/12/22 14:47:56 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.32 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -373,7 +373,7 @@ cpu_reboot(int howto, char *bootstr)
 		cnpollc(0);
 	}
 
-	printf("reseting board...\n\n");
+	printf("resetting board...\n\n");
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
 	atheros_reset();

Index: src/sys/arch/evbmips/ingenic/machdep.c
diff -u src/sys/arch/evbmips/ingenic/machdep.c:1.14 src/sys/arch/evbmips/ingenic/machdep.c:1.15
--- src/sys/arch/evbmips/ingenic/machdep.c:1.14	Sun May 21 06:49:12 2017
+++ src/sys/arch/evbmips/ingenic/machdep.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.14 2017/05/21 06:49:12 skrll Exp $ */
+/*	$NetBSD: machdep.c,v 1.15 2020/07/22 01:24:39 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.14 2017/05/21 06:49:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -329,7 +329,7 @@ haltsys:
 		cnpollc(0);
 	}
 
-	printf("reseting board...\n\n");
+	printf("resetting board...\n\n");
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
 	ingenic_reset();

Index: src/sys/arch/evbmips/rasoc/machdep.c
diff -u src/sys/arch/evbmips/rasoc/machdep.c:1.13 src/sys/arch/evbmips/rasoc/machdep.c:1.14
--- src/sys/arch/evbmips/rasoc/machdep.c:1.13	Thu Dec 22 14:47:57 2016
+++ src/sys/arch/evbmips/rasoc/machdep.c	Wed Jul 22 01:24:39 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.13 2016/12/22 14:47:57 cherry Exp $	*/
+/*	$NetBSD: machdep.c,v 1.14 2020/07/22 01:24:39 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13 2016/12/22 14:47:57 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.14 2020/07/22 01:24:39 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/boot_flag.h>
@@ -278,7 +278,7 @@ cpu_reboot(int howto, char *bootstr)
 		cnpollc(0);
 	}
 
-	printf("reseting board...\n\n");
+	printf("resetting board...\n\n");
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
 

Index: src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c
diff -u src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.12 src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.13
--- src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c:1.12	Tue Jun 23 21:00:23 2015
+++ src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iee_sbdio.c,v 1.12 2015/06/23 21:00:23 matt Exp $	*/
+/*	$NetBSD: if_iee_sbdio.c,v 1.13 2020/07/22 01:24:40 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2003 Jochen Kunz.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iee_sbdio.c,v 1.12 2015/06/23 21:00:23 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iee_sbdio.c,v 1.13 2020/07/22 01:24:40 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -160,7 +160,7 @@ iee_sbdio_reset(struct iee_softc *sc)
 	cmd = IEE_PORT_SCP | IEE_PHYS_SHMEM(sc->sc_scp_off);
 
 	/* Initiate a Hardware reset. */
-	printf("%s: reseting chip... ", device_xname(sc->sc_dev));
+	printf("%s: resetting chip... ", device_xname(sc->sc_dev));
 	iee_sbdio_chip_reset(sc);
 
 	/* Set SCP address to CU */

Index: src/sys/arch/shark/shark/opms.c
diff -u src/sys/arch/shark/shark/opms.c:1.29 src/sys/arch/shark/shark/opms.c:1.30
--- src/sys/arch/shark/shark/opms.c:1.29	Wed Oct 25 08:12:37 2017
+++ src/sys/arch/shark/shark/opms.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/*      $NetBSD: opms.c,v 1.29 2017/10/25 08:12:37 maya Exp $        */
+/*      $NetBSD: opms.c,v 1.30 2020/07/22 01:24:40 msaitoh Exp $        */
 
 /*
  * Copyright 1997
@@ -75,7 +75,7 @@
 **    NOTE : The mouse is an auxiliary device off the keyboard and as such
 **           shares the same device registers.  This shouldn't be an issue
 **           since each logical device generates its own unique IRQ.  But
-**           it is worth noting that reseting or mucking with one can affect
+**           it is worth noting that resetting or mucking with one can affect
 **           the other.
 **
 **  AUTHORS:
@@ -91,7 +91,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: opms.c,v 1.29 2017/10/25 08:12:37 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: opms.c,v 1.30 2020/07/22 01:24:40 msaitoh Exp $");
 
 #include "opms.h"
 #if NOPMS > 1

Index: src/sys/dev/ic/ath.c
diff -u src/sys/dev/ic/ath.c:1.131 src/sys/dev/ic/ath.c:1.132
--- src/sys/dev/ic/ath.c:1.131	Fri Jun 12 15:34:20 2020
+++ src/sys/dev/ic/ath.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ath.c,v 1.131 2020/06/12 15:34:20 thorpej Exp $	*/
+/*	$NetBSD: ath.c,v 1.132 2020/07/22 01:24:40 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -41,7 +41,7 @@
 __FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.104 2005/09/16 10:09:23 ru Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.131 2020/06/12 15:34:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.132 2020/07/22 01:24:40 msaitoh Exp $");
 #endif
 
 /*
@@ -403,7 +403,7 @@ ath_attach(u_int16_t devid, struct ath_s
 	/*
 	 * Allocate hardware transmit queues: one queue for
 	 * beacon frames and one data queue for each QoS
-	 * priority.  Note that the hal handles reseting
+	 * priority.  Note that the hal handles resetting
 	 * these queues at the needed time.
 	 *
 	 * XXX PS-Poll

Index: src/sys/dev/ic/atppc.c
diff -u src/sys/dev/ic/atppc.c:1.35 src/sys/dev/ic/atppc.c:1.36
--- src/sys/dev/ic/atppc.c:1.35	Fri Dec 27 09:41:50 2019
+++ src/sys/dev/ic/atppc.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc.c,v 1.35 2019/12/27 09:41:50 msaitoh Exp $ */
+/* $NetBSD: atppc.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.35 2019/12/27 09:41:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $");
 
 #include "opt_atppc.h"
 
@@ -1942,7 +1942,7 @@ atppc_ecp_read_error(struct atppc_softc 
 	/* Check for invalid states */
 	if ((ecr & ATPPC_FIFO_EMPTY) && (ecr & ATPPC_FIFO_FULL)) {
 		ATPPC_DPRINTF(("%s: FIFO full+empty bits set.\n", __func__));
-		ATPPC_DPRINTF(("%s: reseting FIFO.\n", __func__));
+		ATPPC_DPRINTF(("%s: resetting FIFO.\n", __func__));
 		atppc_w_ecr(atppc, ATPPC_ECR_PS2);
 		atppc_barrier_w(atppc);
 	}

Index: src/sys/dev/pci/ixgbe/ixgbe_vf.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.23 src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.24
--- src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.23	Wed Feb  5 09:47:16 2020
+++ src/sys/dev/pci/ixgbe/ixgbe_vf.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe_vf.c,v 1.23 2020/02/05 09:47:16 msaitoh Exp $ */
+/* $NetBSD: ixgbe_vf.c,v 1.24 2020/07/22 01:24:40 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -175,7 +175,7 @@ s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw
  *  ixgbe_reset_hw_vf - Performs hardware reset
  *  @hw: pointer to hardware structure
  *
- *  Resets the hardware by reseting the transmit and receive units, masks and
+ *  Resets the hardware by resetting the transmit and receive units, masks and
  *  clears all interrupts.
  **/
 s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw)

Index: src/sys/net80211/ieee80211_proto.c
diff -u src/sys/net80211/ieee80211_proto.c:1.35 src/sys/net80211/ieee80211_proto.c:1.36
--- src/sys/net80211/ieee80211_proto.c:1.35	Mon Jul 13 05:40:25 2020
+++ src/sys/net80211/ieee80211_proto.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ieee80211_proto.c,v 1.35 2020/07/13 05:40:25 mrg Exp $	*/
+/*	$NetBSD: ieee80211_proto.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $	*/
 /*-
  * Copyright (c) 2001 Atsushi Onoe
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -36,7 +36,7 @@
 __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_proto.c,v 1.23 2005/08/10 16:22:29 sam Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_proto.c,v 1.35 2020/07/13 05:40:25 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_proto.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $");
 #endif
 
 /*
@@ -143,7 +143,7 @@ ieee80211_proto_detach(struct ieee80211c
 {
 
 	/*
-	 * This should not be needed as we detach when reseting
+	 * This should not be needed as we detach when resetting
 	 * the state but be conservative here since the
 	 * authenticator may do things like spawn kernel threads.
 	 */

Index: src/usr.bin/tip/aculib/ventel.c
diff -u src/usr.bin/tip/aculib/ventel.c:1.16 src/usr.bin/tip/aculib/ventel.c:1.17
--- src/usr.bin/tip/aculib/ventel.c:1.16	Thu Dec 14 17:09:43 2006
+++ src/usr.bin/tip/aculib/ventel.c	Wed Jul 22 01:24:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ventel.c,v 1.16 2006/12/14 17:09:43 christos Exp $	*/
+/*	$NetBSD: ventel.c,v 1.17 2020/07/22 01:24:40 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)ventel.c	8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: ventel.c,v 1.16 2006/12/14 17:09:43 christos Exp $");
+__RCSID("$NetBSD: ventel.c,v 1.17 2020/07/22 01:24:40 msaitoh Exp $");
 #endif /* not lint */
 
 /*
@@ -221,7 +221,7 @@ vensync(int fd)
 	(void)ioctl(FD, TIOCSDTR, 0);
 	while (already < MAXRETRY) {
 		/*
-		 * After reseting the modem, send it two \r's to
+		 * After resetting the modem, send it two \r's to
 		 * autobaud on. Make sure to delay between them
 		 * so the modem can frame the incoming characters.
 		 */

Reply via email to