Module Name:    src
Committed By:   andvar
Date:           Sat Jan  1 21:07:14 UTC 2022

Modified Files:
        src/sys/arch/acorn32/podulebus: sbicvar.h
        src/sys/arch/amiga/dev: sbicvar.h siopvar.h
        src/sys/arch/ia64/ia64: vm_machdep.c
        src/sys/arch/mvme68k/dev: sbicvar.h
        src/sys/arch/usermode/target/arm: cpu_arm.c
        src/sys/arch/usermode/usermode: machdep.c
        src/sys/arch/x68k/dev: mhavar.h
        src/sys/dev/ic: aic6360.c aic6360var.h mb89352.c mb89352var.h
            ncr53c9xvar.h osiopvar.h

Log Message:
fix typos in comments, mainly basicly -> basically.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/acorn32/podulebus/sbicvar.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amiga/dev/sbicvar.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/dev/siopvar.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/ia64/ia64/vm_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mvme68k/dev/sbicvar.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/target/arm/cpu_arm.c
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/usermode/usermode/machdep.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/dev/mhavar.h
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/ic/aic6360.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/aic6360var.h
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/ic/mb89352.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/mb89352var.h
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/ic/ncr53c9xvar.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/osiopvar.h

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

Modified files:

Index: src/sys/arch/acorn32/podulebus/sbicvar.h
diff -u src/sys/arch/acorn32/podulebus/sbicvar.h:1.6 src/sys/arch/acorn32/podulebus/sbicvar.h:1.7
--- src/sys/arch/acorn32/podulebus/sbicvar.h:1.6	Sat Oct 27 17:17:24 2012
+++ src/sys/arch/acorn32/podulebus/sbicvar.h	Sat Jan  1 21:07:13 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: sbicvar.h,v 1.6 2012/10/27 17:17:24 chs Exp $ */
+/* $NetBSD: sbicvar.h,v 1.7 2022/01/01 21:07:13 andvar Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -42,7 +42,7 @@
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/arch/amiga/dev/sbicvar.h
diff -u src/sys/arch/amiga/dev/sbicvar.h:1.25 src/sys/arch/amiga/dev/sbicvar.h:1.26
--- src/sys/arch/amiga/dev/sbicvar.h:1.25	Fri Dec 27 09:41:49 2019
+++ src/sys/arch/amiga/dev/sbicvar.h	Sat Jan  1 21:07:13 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbicvar.h,v 1.25 2019/12/27 09:41:49 msaitoh Exp $	*/
+/*	$NetBSD: sbicvar.h,v 1.26 2022/01/01 21:07:13 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -54,7 +54,7 @@ struct	dma_chain {
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsipi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/arch/amiga/dev/siopvar.h
diff -u src/sys/arch/amiga/dev/siopvar.h:1.27 src/sys/arch/amiga/dev/siopvar.h:1.28
--- src/sys/arch/amiga/dev/siopvar.h:1.27	Sat Oct 27 17:17:31 2012
+++ src/sys/arch/amiga/dev/siopvar.h	Sat Jan  1 21:07:13 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: siopvar.h,v 1.27 2012/10/27 17:17:31 chs Exp $	*/
+/*	$NetBSD: siopvar.h,v 1.28 2022/01/01 21:07:13 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -72,7 +72,7 @@ struct siop_ds {
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/arch/ia64/ia64/vm_machdep.c
diff -u src/sys/arch/ia64/ia64/vm_machdep.c:1.16 src/sys/arch/ia64/ia64/vm_machdep.c:1.17
--- src/sys/arch/ia64/ia64/vm_machdep.c:1.16	Fri Jan 18 18:03:06 2019
+++ src/sys/arch/ia64/ia64/vm_machdep.c	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: vm_machdep.c,v 1.16 2019/01/18 18:03:06 scole Exp $	*/
+/*	$NetBSD: vm_machdep.c,v 1.17 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@ cpu_lwp_fork(struct lwp *l1, struct lwp 
 	}
 
 	/*
-	 * create the child's kernel stack and backing store. We basicly
+	 * create the child's kernel stack and backing store. We basically
 	 * create an image of the parent's stack and backing store and
 	 * adjust where necessary.
 	 */

Index: src/sys/arch/mvme68k/dev/sbicvar.h
diff -u src/sys/arch/mvme68k/dev/sbicvar.h:1.16 src/sys/arch/mvme68k/dev/sbicvar.h:1.17
--- src/sys/arch/mvme68k/dev/sbicvar.h:1.16	Sat Jul 24 21:31:34 2021
+++ src/sys/arch/mvme68k/dev/sbicvar.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbicvar.h,v 1.16 2021/07/24 21:31:34 andvar Exp $	*/
+/*	$NetBSD: sbicvar.h,v 1.17 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -50,7 +50,7 @@ struct  dma_chain {
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/arch/usermode/target/arm/cpu_arm.c
diff -u src/sys/arch/usermode/target/arm/cpu_arm.c:1.2 src/sys/arch/usermode/target/arm/cpu_arm.c:1.3
--- src/sys/arch/usermode/target/arm/cpu_arm.c:1.2	Mon Nov 11 13:52:04 2013
+++ src/sys/arch/usermode/target/arm/cpu_arm.c	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_arm.c,v 1.2 2013/11/11 13:52:04 jmcneill Exp $ */
+/* $NetBSD: cpu_arm.c,v 1.3 2022/01/01 21:07:14 andvar Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <rein...@netbsd.org>
@@ -29,12 +29,12 @@
 
 /*
  * Note that this machdep.c uses the `dummy' mcontext_t defined for usermode.
- * This is basicly a blob of PAGE_SIZE big. We might want to switch over to
+ * This is basically a blob of PAGE_SIZE big. We might want to switch over to
  * non-generic mcontext_t's one day, but will this break non-NetBSD hosts?
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_arm.c,v 1.2 2013/11/11 13:52:04 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_arm.c,v 1.3 2022/01/01 21:07:14 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/systm.h>

Index: src/sys/arch/usermode/usermode/machdep.c
diff -u src/sys/arch/usermode/usermode/machdep.c:1.57 src/sys/arch/usermode/usermode/machdep.c:1.58
--- src/sys/arch/usermode/usermode/machdep.c:1.57	Wed Aug  1 09:44:31 2018
+++ src/sys/arch/usermode/usermode/machdep.c	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.57 2018/08/01 09:44:31 reinoud Exp $ */
+/* $NetBSD: machdep.c,v 1.58 2022/01/01 21:07:14 andvar Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <rein...@netbsd.org>
@@ -29,7 +29,7 @@
 
 /*
  * Note that this machdep.c uses the `dummy' mcontext_t defined for usermode.
- * This is basicly a blob of PAGE_SIZE big. We might want to switch over to
+ * This is basically a blob of PAGE_SIZE big. We might want to switch over to
  * non-generic mcontext_t's one day, but will this break non-NetBSD hosts?
  */
 
@@ -37,7 +37,7 @@
 #include "opt_memsize.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.57 2018/08/01 09:44:31 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.58 2022/01/01 21:07:14 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/systm.h>

Index: src/sys/arch/x68k/dev/mhavar.h
diff -u src/sys/arch/x68k/dev/mhavar.h:1.10 src/sys/arch/x68k/dev/mhavar.h:1.11
--- src/sys/arch/x68k/dev/mhavar.h:1.10	Sun Jul 29 00:08:19 2012
+++ src/sys/arch/x68k/dev/mhavar.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mhavar.h,v 1.10 2012/07/29 00:08:19 matt Exp $	*/
+/*	$NetBSD: mhavar.h,v 1.11 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994 Peter Galbavy.  All rights reserved.
@@ -32,7 +32,7 @@
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/dev/ic/aic6360.c
diff -u src/sys/dev/ic/aic6360.c:1.104 src/sys/dev/ic/aic6360.c:1.105
--- src/sys/dev/ic/aic6360.c:1.104	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ic/aic6360.c	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic6360.c,v 1.104 2021/08/07 16:19:12 thorpej Exp $	*/
+/*	$NetBSD: aic6360.c,v 1.105 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995, 1996 Charles M. Hannum.  All rights reserved.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.104 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.105 2022/01/01 21:07:14 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -67,7 +67,7 @@ __KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 
  */
 
 /* Use doubleword transfers to/from SCSI chip.  Note: This requires
- * motherboard support.  Basicly, some motherboard chipsets are able to
+ * motherboard support.  Basically, some motherboard chipsets are able to
  * split a 32 bit I/O operation into two 16 bit I/O operations,
  * transparently to the processor.  This speeds up some things, notably long
  * data transfers.
@@ -1427,7 +1427,7 @@ out:
  * Precondition: The SCSI bus should be in the DOUT phase, with REQ asserted
  * and ACK deasserted (i.e. waiting for a data byte)
  * This new revision has been optimized (I tried) to make the common case fast,
- * and the rarer cases (as a result) somewhat more comlex
+ * and the rarer cases (as a result) somewhat more complex
  */
 static int
 aic_dataout_pio(struct aic_softc *sc, u_char *p, int n)

Index: src/sys/dev/ic/aic6360var.h
diff -u src/sys/dev/ic/aic6360var.h:1.16 src/sys/dev/ic/aic6360var.h:1.17
--- src/sys/dev/ic/aic6360var.h:1.16	Tue Sep 22 13:18:28 2009
+++ src/sys/dev/ic/aic6360var.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic6360var.h,v 1.16 2009/09/22 13:18:28 tsutsui Exp $	*/
+/*	$NetBSD: aic6360var.h,v 1.17 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995, 1996 Charles M. Hannum.  All rights reserved.
@@ -66,7 +66,7 @@ struct aic_dma_seg {
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsipi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/dev/ic/mb89352.c
diff -u src/sys/dev/ic/mb89352.c:1.60 src/sys/dev/ic/mb89352.c:1.61
--- src/sys/dev/ic/mb89352.c:1.60	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ic/mb89352.c	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mb89352.c,v 1.60 2021/08/07 16:19:12 thorpej Exp $	*/
+/*	$NetBSD: mb89352.c,v 1.61 2022/01/01 21:07:14 andvar Exp $	*/
 /*	NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp	*/
 
 /*-
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.60 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.61 2022/01/01 21:07:14 andvar Exp $");
 
 #ifdef DDB
 #define	integrate
@@ -1441,7 +1441,7 @@ out:
  * and ACK deasserted (i.e. waiting for a data byte)
  *
  * This new revision has been optimized (I tried) to make the common case fast,
- * and the rarer cases (as a result) somewhat more comlex
+ * and the rarer cases (as a result) somewhat more complex
  */
 int
 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n)

Index: src/sys/dev/ic/mb89352var.h
diff -u src/sys/dev/ic/mb89352var.h:1.15 src/sys/dev/ic/mb89352var.h:1.16
--- src/sys/dev/ic/mb89352var.h:1.15	Thu Nov 12 20:15:02 2009
+++ src/sys/dev/ic/mb89352var.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mb89352var.h,v 1.15 2009/11/12 20:15:02 dyoung Exp $	*/
+/*	$NetBSD: mb89352var.h,v 1.16 2022/01/01 21:07:14 andvar Exp $	*/
 /*	NecBSD: mb89352var.h,v 1.4 1998/03/14 07:31:22 kmatsuda Exp 	*/
 
 /*-
@@ -68,7 +68,7 @@
 /*
  * ACB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/dev/ic/ncr53c9xvar.h
diff -u src/sys/dev/ic/ncr53c9xvar.h:1.56 src/sys/dev/ic/ncr53c9xvar.h:1.57
--- src/sys/dev/ic/ncr53c9xvar.h:1.56	Tue Mar 25 16:19:13 2014
+++ src/sys/dev/ic/ncr53c9xvar.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ncr53c9xvar.h,v 1.56 2014/03/25 16:19:13 christos Exp $	*/
+/*	$NetBSD: ncr53c9xvar.h,v 1.57 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -95,7 +95,7 @@
 /*
  * ECB. Holds additional information for each SCSI command Comments: We
  * need a separate scsi command block because we may need to overwrite it
- * with a request sense command.  Basicly, we refrain from fiddling with
+ * with a request sense command.  Basically, we refrain from fiddling with
  * the scsipi_xfer struct (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,sense,status} and
  * occasionally xs->retries.

Index: src/sys/dev/ic/osiopvar.h
diff -u src/sys/dev/ic/osiopvar.h:1.13 src/sys/dev/ic/osiopvar.h:1.14
--- src/sys/dev/ic/osiopvar.h:1.13	Wed May 14 13:29:28 2008
+++ src/sys/dev/ic/osiopvar.h	Sat Jan  1 21:07:14 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: osiopvar.h,v 1.13 2008/05/14 13:29:28 tsutsui Exp $	*/
+/*	$NetBSD: osiopvar.h,v 1.14 2022/01/01 21:07:14 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 Izumi Tsutsui.  All rights reserved.
@@ -129,7 +129,7 @@ struct osiop_ds {
 
 /*
  * ACB. Holds additional information for each SCSI command Comments:
- * Basicly, we refrain from fiddling with the scsi_xfer struct
+ * Basically, we refrain from fiddling with the scsi_xfer struct
  * (except do the expected updating of return values).
  * We'll generally update: xs->{flags,resid,error,status} and
  * occasionally xs->retries.

Reply via email to