Module Name:    src
Committed By:   andvar
Date:           Mon May 30 09:56:04 UTC 2022

Modified Files:
        src/sys/arch/acorn32/podulebus: podulebus.c
        src/sys/arch/alpha/pci: tsreg.h
        src/sys/arch/amiga/amiga: locore.s
        src/sys/arch/arm/omap: am335x_prcm.c
        src/sys/arch/atari/atari: locore.s
        src/sys/arch/cesfic/cesfic: locore.s
        src/sys/arch/hp300/hp300: locore.s
        src/sys/arch/luna68k/luna68k: locore.s
        src/sys/arch/mac68k/mac68k: locore.s
        src/sys/arch/mvme68k/mvme68k: locore.s
        src/sys/arch/news68k/news68k: locore.s
        src/sys/arch/next68k/next68k: locore.s
        src/sys/arch/x68k/x68k: locore.s
        src/sys/dev/i2o: i2o.h
        src/sys/dev/ic: cd1190reg.h

Log Message:
s/identifing/identifying/ and s/multipler/multiplier/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/acorn32/podulebus/podulebus.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/alpha/pci/tsreg.h
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/amiga/amiga/locore.s
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/omap/am335x_prcm.c
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/atari/atari/locore.s
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/cesfic/cesfic/locore.s
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.174 -r1.175 src/sys/arch/mac68k/mac68k/locore.s
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/mvme68k/mvme68k/locore.s
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/news68k/news68k/locore.s
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/next68k/next68k/locore.s
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/x68k/x68k/locore.s
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/i2o/i2o.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/cd1190reg.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/podulebus.c
diff -u src/sys/arch/acorn32/podulebus/podulebus.c:1.33 src/sys/arch/acorn32/podulebus/podulebus.c:1.34
--- src/sys/arch/acorn32/podulebus/podulebus.c:1.33	Sat Sep 11 20:28:03 2021
+++ src/sys/arch/acorn32/podulebus/podulebus.c	Mon May 30 09:56:02 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: podulebus.c,v 1.33 2021/09/11 20:28:03 andvar Exp $ */
+/* $NetBSD: podulebus.c,v 1.34 2022/05/30 09:56:02 andvar Exp $ */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -43,7 +43,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: podulebus.c,v 1.33 2021/09/11 20:28:03 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: podulebus.c,v 1.34 2022/05/30 09:56:02 andvar Exp $");
 
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -399,7 +399,7 @@ podulescan(device_t dev)
  * Attach podulebus.
  * This probes all the podules and sets up the podules array with
  * information found in the podule headers.
- * After identifing all the podules, all the children of the podulebus
+ * After identifying all the podules, all the children of the podulebus
  * are probed and attached.
  */
   

Index: src/sys/arch/alpha/pci/tsreg.h
diff -u src/sys/arch/alpha/pci/tsreg.h:1.10 src/sys/arch/alpha/pci/tsreg.h:1.11
--- src/sys/arch/alpha/pci/tsreg.h:1.10	Sat Jul 17 23:53:02 2021
+++ src/sys/arch/alpha/pci/tsreg.h	Mon May 30 09:56:02 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: tsreg.h,v 1.10 2021/07/17 23:53:02 thorpej Exp $ */
+/* $NetBSD: tsreg.h,v 1.11 2022/05/30 09:56:02 andvar Exp $ */
 
 /*-
  * Copyright (c) 1999 by Ross Harvey.  All rights reserved.
@@ -198,7 +198,7 @@
 #define	PCTL_REV	__BITS(24,31)	/* Pchip revision */
 #define	PCTL_CRQMAX	__BITS(32,35)	/* see manual */
 #define	PCTL_PTPMAX	__BITS(36,39)	/* see manual */
-#define	PCTL_PCLKX	__BITS(40,41)	/* PCI clock freq multipler */
+#define	PCTL_PCLKX	__BITS(40,41)	/* PCI clock freq multiplier */
 #define	PCTL_FDSDIS	__BIT(42)	/* fast DMA start and SGTE disable */
 #define	PCTL_FDWDIS	__BIT(43)	/* fast DMA read cache block disable */
 #define	PCTL_PTEVRFY	__BIT(44)	/* PTE verify for DMA read */

Index: src/sys/arch/amiga/amiga/locore.s
diff -u src/sys/arch/amiga/amiga/locore.s:1.160 src/sys/arch/amiga/amiga/locore.s:1.161
--- src/sys/arch/amiga/amiga/locore.s:1.160	Wed Mar 16 20:31:01 2022
+++ src/sys/arch/amiga/amiga/locore.s	Mon May 30 09:56:02 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.160 2022/03/16 20:31:01 andvar Exp $	*/
+/*	$NetBSD: locore.s,v 1.161 2022/05/30 09:56:02 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -695,7 +695,7 @@ ENTRY_NOPROFILE(lev7intr)
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/arm/omap/am335x_prcm.c
diff -u src/sys/arch/arm/omap/am335x_prcm.c:1.10 src/sys/arch/arm/omap/am335x_prcm.c:1.11
--- src/sys/arch/arm/omap/am335x_prcm.c:1.10	Wed Aug 23 14:14:59 2017
+++ src/sys/arch/arm/omap/am335x_prcm.c	Mon May 30 09:56:02 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: am335x_prcm.c,v 1.10 2017/08/23 14:14:59 skrll Exp $	*/
+/*	$NetBSD: am335x_prcm.c,v 1.11 2022/05/30 09:56:02 andvar Exp $	*/
 
 /*
  * TI OMAP Power, Reset, and Clock Management on the AM335x
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: am335x_prcm.c,v 1.10 2017/08/23 14:14:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: am335x_prcm.c,v 1.11 2022/05/30 09:56:02 andvar Exp $");
 
 #include "tps65217pmic.h"
 
@@ -145,7 +145,7 @@ prcm_mpu_pll_config(u_int mpupll_m)
 		/* nothing */
 	}
 
-	/* Replace multipler */
+	/* Replace multiplier */
 	clksel &= ~AM335X_PRCM_CM_CLKSEL_DPLL_MULT;
 	clksel |= __SHIFTIN(mpupll_m, AM335X_PRCM_CM_CLKSEL_DPLL_MULT);
 	prcm_write_4(AM335X_PRCM_CM_WKUP, AM335X_PRCM_CM_CLKSEL_DPLL_MPU, clksel);

Index: src/sys/arch/atari/atari/locore.s
diff -u src/sys/arch/atari/atari/locore.s:1.115 src/sys/arch/atari/atari/locore.s:1.116
--- src/sys/arch/atari/atari/locore.s:1.115	Wed Mar 16 20:31:01 2022
+++ src/sys/arch/atari/atari/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.115 2022/03/16 20:31:01 andvar Exp $	*/
+/*	$NetBSD: locore.s,v 1.116 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -769,7 +769,7 @@ ENTRY_NOPROFILE(lev7intr)
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/cesfic/cesfic/locore.s
diff -u src/sys/arch/cesfic/cesfic/locore.s:1.33 src/sys/arch/cesfic/cesfic/locore.s:1.34
--- src/sys/arch/cesfic/cesfic/locore.s:1.33	Wed Dec 19 13:57:46 2018
+++ src/sys/arch/cesfic/cesfic/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.33 2018/12/19 13:57:46 maxv Exp $	*/
+/*	$NetBSD: locore.s,v 1.34 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -668,7 +668,7 @@ ENTRY_NOPROFILE(lev7intr)	/* level 7: pa
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/hp300/hp300/locore.s
diff -u src/sys/arch/hp300/hp300/locore.s:1.172 src/sys/arch/hp300/hp300/locore.s:1.173
--- src/sys/arch/hp300/hp300/locore.s:1.172	Wed Dec 19 13:57:47 2018
+++ src/sys/arch/hp300/hp300/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.172 2018/12/19 13:57:47 maxv Exp $	*/
+/*	$NetBSD: locore.s,v 1.173 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -979,7 +979,7 @@ ENTRY_NOPROFILE(lev7intr)	/* level 7: pa
  *
  * This code deals with checking for and servicing
  * ASTs (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL
+ * After identifying that we need an AST we drop the IPL
  * to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/luna68k/luna68k/locore.s
diff -u src/sys/arch/luna68k/luna68k/locore.s:1.66 src/sys/arch/luna68k/luna68k/locore.s:1.67
--- src/sys/arch/luna68k/luna68k/locore.s:1.66	Wed Mar 31 09:48:14 2021
+++ src/sys/arch/luna68k/luna68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.66 2021/03/31 09:48:14 simonb Exp $ */
+/* $NetBSD: locore.s,v 1.67 2022/05/30 09:56:03 andvar Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -669,7 +669,7 @@ ENTRY_NOPROFILE(lev5intr)
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/mac68k/mac68k/locore.s
diff -u src/sys/arch/mac68k/mac68k/locore.s:1.174 src/sys/arch/mac68k/mac68k/locore.s:1.175
--- src/sys/arch/mac68k/mac68k/locore.s:1.174	Sun Mar 14 03:25:01 2021
+++ src/sys/arch/mac68k/mac68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.174 2021/03/14 03:25:01 rin Exp $	*/
+/*	$NetBSD: locore.s,v 1.175 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -818,7 +818,7 @@ ENTRY_NOPROFILE(rtclock_intr)
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called
@@ -1015,7 +1015,7 @@ ENTRY(delay)
 	movl	%sp@(4),%d0		| get microseconds to delay
 	cmpl	#0x40000,%d0		| is it a "large" delay?
 	bls	.Ldelayshort		| no, normal calculation
-	movql	#0x7f,%d1		| adjust for scaled multipler (to
+	movql	#0x7f,%d1		| adjust for scaled multiplier (to
 	addl	%d1,%d0			|   avoid overflow)
 	lsrl	#7,%d0
 	mulul	_C_LABEL(delay_factor),%d0 | calculate number of loop iterations

Index: src/sys/arch/mvme68k/mvme68k/locore.s
diff -u src/sys/arch/mvme68k/mvme68k/locore.s:1.117 src/sys/arch/mvme68k/mvme68k/locore.s:1.118
--- src/sys/arch/mvme68k/mvme68k/locore.s:1.117	Wed Mar 31 09:48:14 2021
+++ src/sys/arch/mvme68k/mvme68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.117 2021/03/31 09:48:14 simonb Exp $	*/
+/*	$NetBSD: locore.s,v 1.118 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -979,7 +979,7 @@ Lintrhand_exit:
  *
  * This code deals with checking for and servicing ASTs
  * (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL to allow device
+ * After identifying that we need an AST we drop the IPL to allow device
  * interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/news68k/news68k/locore.s
diff -u src/sys/arch/news68k/news68k/locore.s:1.67 src/sys/arch/news68k/news68k/locore.s:1.68
--- src/sys/arch/news68k/news68k/locore.s:1.67	Sat Jan 23 15:00:33 2021
+++ src/sys/arch/news68k/news68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.67 2021/01/23 15:00:33 tsutsui Exp $	*/
+/*	$NetBSD: locore.s,v 1.68 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -813,7 +813,7 @@ ENTRY_NOPROFILE(intrhand_vectored)
  *
  * This code deals with checking for and servicing
  * ASTs (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL
+ * After identifying that we need an AST we drop the IPL
  * to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/next68k/next68k/locore.s
diff -u src/sys/arch/next68k/next68k/locore.s:1.67 src/sys/arch/next68k/next68k/locore.s:1.68
--- src/sys/arch/next68k/next68k/locore.s:1.67	Mon Jan 25 13:08:05 2021
+++ src/sys/arch/next68k/next68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.67 2021/01/25 13:08:05 tsutsui Exp $	*/
+/*	$NetBSD: locore.s,v 1.68 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1998 Darrin B. Jewell
@@ -813,7 +813,7 @@ Lintrhand_exit:
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/arch/x68k/x68k/locore.s
diff -u src/sys/arch/x68k/x68k/locore.s:1.120 src/sys/arch/x68k/x68k/locore.s:1.121
--- src/sys/arch/x68k/x68k/locore.s:1.120	Wed Dec 19 13:57:51 2018
+++ src/sys/arch/x68k/x68k/locore.s	Mon May 30 09:56:03 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.s,v 1.120 2018/12/19 13:57:51 maxv Exp $	*/
+/*	$NetBSD: locore.s,v 1.121 2022/05/30 09:56:03 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -721,7 +721,7 @@ ENTRY_NOPROFILE(fdeject)
  * (profiling, scheduling) and software interrupts (network, softclock).
  * We check for ASTs first, just like the VAX.  To avoid excess overhead
  * the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here.  After identifing that we need an AST we
+ * do not have to do it here.  After identifying that we need an AST we
  * drop the IPL to allow device interrupts.
  *
  * This code is complicated by the fact that sendsig may have been called

Index: src/sys/dev/i2o/i2o.h
diff -u src/sys/dev/i2o/i2o.h:1.16 src/sys/dev/i2o/i2o.h:1.17
--- src/sys/dev/i2o/i2o.h:1.16	Sat Oct 28 06:27:32 2017
+++ src/sys/dev/i2o/i2o.h	Mon May 30 09:56:04 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: i2o.h,v 1.16 2017/10/28 06:27:32 riastradh Exp $	*/
+/*	$NetBSD: i2o.h,v 1.17 2022/05/30 09:56:04 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -722,7 +722,7 @@ struct i2o_rbs_block_read {
 	u_int32_t	msgfunc;
 	u_int32_t	msgictx;
 	u_int32_t	msgtctx;
-	u_int32_t	flags;		/* flags, time multipler, read ahead */
+	u_int32_t	flags;		/* flags, time multiplier, read ahead */
 	u_int32_t	datasize;
 	u_int32_t	lowoffset;
 	u_int32_t	highoffset;
@@ -740,7 +740,7 @@ struct i2o_rbs_block_write {
 	u_int32_t	msgfunc;
 	u_int32_t	msgictx;
 	u_int32_t	msgtctx;
-	u_int32_t	flags;		/* flags, time multipler */
+	u_int32_t	flags;		/* flags, time multiplier */
 	u_int32_t	datasize;
 	u_int32_t	lowoffset;
 	u_int32_t	highoffset;
@@ -758,7 +758,7 @@ struct i2o_rbs_cache_flush {
 	u_int32_t	msgfunc;
 	u_int32_t	msgictx;
 	u_int32_t	msgtctx;
-	u_int32_t	flags;		/* flags, time multipler */
+	u_int32_t	flags;		/* flags, time multiplier */
 } __packed;
 
 #define	I2O_RBS_MEDIA_MOUNT		0x41

Index: src/sys/dev/ic/cd1190reg.h
diff -u src/sys/dev/ic/cd1190reg.h:1.5 src/sys/dev/ic/cd1190reg.h:1.6
--- src/sys/dev/ic/cd1190reg.h:1.5	Wed Jul  2 10:16:20 2008
+++ src/sys/dev/ic/cd1190reg.h	Mon May 30 09:56:04 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: cd1190reg.h,v 1.5 2008/07/02 10:16:20 plunky Exp $	*/
+/*	$NetBSD: cd1190reg.h,v 1.6 2022/05/30 09:56:04 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 Iain Hibbert.
@@ -168,7 +168,7 @@
 /* Strobe Width Register */
 #define CD1190_SWR		0x02
 
-/* Timer Multipler Register */
+/* Timer Multiplier Register */
 #define CD1190_TMR		0x05
 
 /* Timer Prescale Register */

Reply via email to