Module Name:    src
Committed By:   andvar
Date:           Sun Jun  2 12:11:36 UTC 2024

Modified Files:
        src/bin/csh/USD.doc: csh.g
        src/games/backgammon/common_source: fancy.c
        src/sys/arch/arc/dti: btlreg.h
        src/sys/arch/evbarm/netwalker: netwalker_machdep.c
        src/sys/arch/mips/include: wired_map.h
        src/sys/arch/pmax/pmax: dec_3min.c
        src/sys/dev/pci/cxgb: cxgb_firmware_exports.h
        src/sys/dev/qbus: qduser.h
        src/sys/kern: kern_proc.c

Log Message:
Fix various typos, mainly triple letters.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/bin/csh/USD.doc/csh.g
cvs rdiff -u -r1.17 -r1.18 src/games/backgammon/common_source/fancy.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arc/dti/btlreg.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/netwalker/netwalker_machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/include/wired_map.h
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/pmax/pmax/dec_3min.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/cxgb/cxgb_firmware_exports.h
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/qbus/qduser.h
cvs rdiff -u -r1.274 -r1.275 src/sys/kern/kern_proc.c

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

Modified files:

Index: src/bin/csh/USD.doc/csh.g
diff -u src/bin/csh/USD.doc/csh.g:1.6 src/bin/csh/USD.doc/csh.g:1.7
--- src/bin/csh/USD.doc/csh.g:1.6	Sun Dec  5 04:35:38 2021
+++ src/bin/csh/USD.doc/csh.g	Sun Jun  2 12:11:36 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: csh.g,v 1.6 2021/12/05 04:35:38 msaitoh Exp $
+.\"	$NetBSD: csh.g,v 1.7 2024/06/02 12:11:36 andvar Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -423,7 +423,7 @@ An error message produced by a program i
 Most error messages are not written to the 
 .I "standard output" ,
 since that is often directed away from the terminal (1.3, 1.5).
-Error messsages are instead written to the
+Error messages are instead written to the
 .I "diagnostic output"
 which may be directed away from the terminal, but usually is not.
 Thus 

Index: src/games/backgammon/common_source/fancy.c
diff -u src/games/backgammon/common_source/fancy.c:1.17 src/games/backgammon/common_source/fancy.c:1.18
--- src/games/backgammon/common_source/fancy.c:1.17	Sun May  2 12:50:43 2021
+++ src/games/backgammon/common_source/fancy.c	Sun Jun  2 12:11:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: fancy.c,v 1.17 2021/05/02 12:50:43 rillig Exp $	*/
+/*	$NetBSD: fancy.c,v 1.18 2024/06/02 12:11:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)fancy.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: fancy.c,v 1.17 2021/05/02 12:50:43 rillig Exp $");
+__RCSID("$NetBSD: fancy.c,v 1.18 2024/06/02 12:11:36 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -103,7 +103,7 @@ fboard(void)
 	for (i = 0; i < 53; i++)
 		fancyc('_');
 
-	curmove(15, 0);		/* do botttom line */
+	curmove(15, 0);		/* do bottom line */
 	for (i = 0; i < 53; i++)
 		fancyc('_');
 

Index: src/sys/arch/arc/dti/btlreg.h
diff -u src/sys/arch/arc/dti/btlreg.h:1.8 src/sys/arch/arc/dti/btlreg.h:1.9
--- src/sys/arch/arc/dti/btlreg.h:1.8	Sun Dec 11 12:16:39 2005
+++ src/sys/arch/arc/dti/btlreg.h	Sun Jun  2 12:11:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: btlreg.h,v 1.8 2005/12/11 12:16:39 christos Exp $	*/
+/*	$NetBSD: btlreg.h,v 1.9 2024/06/02 12:11:36 andvar Exp $	*/
 
 typedef uint8_t physaddr[4];
 typedef uint8_t physlen[4];
@@ -160,7 +160,7 @@ struct bt_buf {
  */
 #define BT_INITIATOR_CCB	0x00	/* SCSI Initiator CCB */
 #define BT_TARGET_CCB		0x01	/* SCSI Target CCB */
-#define BT_INIT_SCAT_GATH_CCB	0x02	/* SCSI Initiator with scattter gather */
+#define BT_INIT_SCAT_GATH_CCB	0x02	/* SCSI Initiator with scatter gather */
 #define BT_RESET_CCB		0x81	/* SCSI Bus reset */
 
 /*

Index: src/sys/arch/evbarm/netwalker/netwalker_machdep.c
diff -u src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.27 src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.28
--- src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.27	Thu Apr 20 08:28:05 2023
+++ src/sys/arch/evbarm/netwalker/netwalker_machdep.c	Sun Jun  2 12:11:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: netwalker_machdep.c,v 1.27 2023/04/20 08:28:05 skrll Exp $	*/
+/*	$NetBSD: netwalker_machdep.c,v 1.28 2024/06/02 12:11:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003, 2005, 2010  Genetec Corporation.
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.27 2023/04/20 08:28:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.28 2024/06/02 12:11:36 andvar Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_arm_debug.h"
@@ -543,7 +543,7 @@ const struct iomux_setup iomux_setup_dat
 	IOMUX_MP(NANDF_D1, ALT0, HVE | DSEHIGH | KEEPER | PU_100K),
 	IOMUX_MP(NANDF_D0, ALT0, HVE | DSEHIGH | KEEPER | PU_100K),
 
-	/* Batttery pins */
+	/* Battery pins */
 	IOMUX_MP(NANDF_D13, ALT3, HYS | DSEHIGH),
 	IOMUX_MP(NANDF_D12, ALT3, HYS | DSEHIGH),
 #if 0

Index: src/sys/arch/mips/include/wired_map.h
diff -u src/sys/arch/mips/include/wired_map.h:1.4 src/sys/arch/mips/include/wired_map.h:1.5
--- src/sys/arch/mips/include/wired_map.h:1.4	Sun Jul 26 08:08:41 2020
+++ src/sys/arch/mips/include/wired_map.h	Sun Jun  2 12:11:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: wired_map.h,v 1.4 2020/07/26 08:08:41 simonb Exp $	*/
+/*	$NetBSD: wired_map.h,v 1.5 2024/06/02 12:11:36 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2005 Tadpole Computer Inc.
@@ -45,7 +45,7 @@
  *
  * Note that all wired mappings are must be 32 MB aligned.  This is
  * because we use 32 MB mappings in the TLB.  Changing this might get
- * us more effficent use of the address space, but it would greatly
+ * us more efficient use of the address space, but it would greatly
  * complicate the code, and would also probably consume additional TLB
  * entries.
  *

Index: src/sys/arch/pmax/pmax/dec_3min.c
diff -u src/sys/arch/pmax/pmax/dec_3min.c:1.74 src/sys/arch/pmax/pmax/dec_3min.c:1.75
--- src/sys/arch/pmax/pmax/dec_3min.c:1.74	Mon Sep 17 16:52:28 2018
+++ src/sys/arch/pmax/pmax/dec_3min.c	Sun Jun  2 12:11:35 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3min.c,v 1.74 2018/09/17 16:52:28 tsutsui Exp $ */
+/* $NetBSD: dec_3min.c,v 1.75 2024/06/02 12:11:35 andvar Exp $ */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -70,7 +70,7 @@
 #define	__INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.74 2018/09/17 16:52:28 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.75 2024/06/02 12:11:35 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -86,7 +86,7 @@ __KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v
 
 /* all these to get ioasic_base */
 #include <dev/tc/tcvar.h>		/* tc type definitions for.. */
-#include <dev/tc/ioasicreg.h>		/* ioasic interrrupt masks */
+#include <dev/tc/ioasicreg.h>		/* ioasic interrupt masks */
 #include <dev/tc/ioasicvar.h>		/* ioasic_base */
 
 #include <pmax/pmax/machdep.h>

Index: src/sys/dev/pci/cxgb/cxgb_firmware_exports.h
diff -u src/sys/dev/pci/cxgb/cxgb_firmware_exports.h:1.1 src/sys/dev/pci/cxgb/cxgb_firmware_exports.h:1.2
--- src/sys/dev/pci/cxgb/cxgb_firmware_exports.h:1.1	Sun Mar 21 21:11:13 2010
+++ src/sys/dev/pci/cxgb/cxgb_firmware_exports.h	Sun Jun  2 12:11:36 2024
@@ -121,7 +121,7 @@ POSSIBILITY OF SUCH DAMAGE.
  * OFFLOAD Queues, as the host is responsible for providing the correct TID in
  * every WR.
  *
- * Ingress Trafffic for OFFLOAD Queue[i] is sent to RESP Queue[i].
+ * Ingress Traffic for OFFLOAD Queue[i] is sent to RESP Queue[i].
  */
 #define FW_OFLD_NUM         8
 #define FW_OFLD_SGEEC_START     0

Index: src/sys/dev/qbus/qduser.h
diff -u src/sys/dev/qbus/qduser.h:1.7 src/sys/dev/qbus/qduser.h:1.8
--- src/sys/dev/qbus/qduser.h:1.7	Sun Dec 11 12:23:29 2005
+++ src/sys/dev/qbus/qduser.h	Sun Jun  2 12:11:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: qduser.h,v 1.7 2005/12/11 12:23:29 christos Exp $	*/
+/*	$NetBSD: qduser.h,v 1.8 2024/06/02 12:11:35 andvar Exp $	*/
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -389,7 +389,7 @@ struct qdinput {
 ******************************************************************/
 
 /*-----------------------------------
-* LK201 programmming definitions  */
+* LK201 programming definitions  */
 
 #define LK_UPDOWN	0x86		/* bits for setting lk201 modes */
 #define LK_AUTODOWN	0x82

Index: src/sys/kern/kern_proc.c
diff -u src/sys/kern/kern_proc.c:1.274 src/sys/kern/kern_proc.c:1.275
--- src/sys/kern/kern_proc.c:1.274	Thu Oct  5 19:41:07 2023
+++ src/sys/kern/kern_proc.c	Sun Jun  2 12:11:35 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_proc.c,v 1.274 2023/10/05 19:41:07 ad Exp $	*/
+/*	$NetBSD: kern_proc.c,v 1.275 2024/06/02 12:11:35 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2006, 2007, 2008, 2020, 2023
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.274 2023/10/05 19:41:07 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.275 2024/06/02 12:11:35 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_kstack.h"
@@ -1074,7 +1074,7 @@ proc_alloc(void)
 }
 
 /*
- * proc_alloc_pid_slot: allocate PID and record the occcupant so that
+ * proc_alloc_pid_slot: allocate PID and record the occupant so that
  * proc_find_raw() can find it by the PID.
  */
 static pid_t __noinline

Reply via email to