Module Name:    src
Committed By:   andvar
Date:           Sun Dec 12 11:10:04 UTC 2021

Modified Files:
        src/sys/arch/arm/include: isa_machdep.h
        src/sys/arch/bebox/include: isa_machdep.h
        src/sys/arch/ibmnws/include: isa_machdep.h
        src/sys/arch/mvmeppc/include: isa_machdep.h
        src/sys/arch/ofppc/include: isa_machdep.h
        src/sys/arch/prep/include: isa_machdep.h
        src/sys/arch/x86/include: isa_machdep.h

Log Message:
s/Miscellanous/Miscellaneous/ in copypasta comments.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/isa_machdep.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/bebox/include/isa_machdep.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ibmnws/include/isa_machdep.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvmeppc/include/isa_machdep.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ofppc/include/isa_machdep.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/prep/include/isa_machdep.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/include/isa_machdep.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/arm/include/isa_machdep.h
diff -u src/sys/arch/arm/include/isa_machdep.h:1.12 src/sys/arch/arm/include/isa_machdep.h:1.13
--- src/sys/arch/arm/include/isa_machdep.h:1.12	Tue Oct 18 22:04:33 2016
+++ src/sys/arch/arm/include/isa_machdep.h	Sun Dec 12 11:10:03 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.12 2016/10/18 22:04:33 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.13 2021/12/12 11:10:03 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -140,7 +140,7 @@ int isa_intr_alloc(isa_chipset_tag_t ic,
 void	isa_intr_init(void);
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void sysbeep(int, int);		/* beep with the system speaker */
 void isa_fillw(u_int val, void *addr, size_t len);

Index: src/sys/arch/bebox/include/isa_machdep.h
diff -u src/sys/arch/bebox/include/isa_machdep.h:1.22 src/sys/arch/bebox/include/isa_machdep.h:1.23
--- src/sys/arch/bebox/include/isa_machdep.h:1.22	Tue Oct 18 22:04:33 2016
+++ src/sys/arch/bebox/include/isa_machdep.h	Sun Dec 12 11:10:03 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.22 2016/10/18 22:04:33 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.23 2021/12/12 11:10:03 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@ extern struct pic_ops *isa_pic;
 	genppc_isa_intr_alloc(ic, isa_pic, mask, type, irqp)
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void sysbeep(int, int);		/* beep with the system speaker */
 

Index: src/sys/arch/ibmnws/include/isa_machdep.h
diff -u src/sys/arch/ibmnws/include/isa_machdep.h:1.7 src/sys/arch/ibmnws/include/isa_machdep.h:1.8
--- src/sys/arch/ibmnws/include/isa_machdep.h:1.7	Tue Oct 18 22:04:34 2016
+++ src/sys/arch/ibmnws/include/isa_machdep.h	Sun Dec 12 11:10:03 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.7 2016/10/18 22:04:34 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.8 2021/12/12 11:10:03 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@ extern struct pic_ops *isa_pic;
 
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void isabeep(int, int);		/* beep with the system speaker */
 

Index: src/sys/arch/mvmeppc/include/isa_machdep.h
diff -u src/sys/arch/mvmeppc/include/isa_machdep.h:1.8 src/sys/arch/mvmeppc/include/isa_machdep.h:1.9
--- src/sys/arch/mvmeppc/include/isa_machdep.h:1.8	Tue Oct 18 22:04:34 2016
+++ src/sys/arch/mvmeppc/include/isa_machdep.h	Sun Dec 12 11:10:03 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.8 2016/10/18 22:04:34 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.9 2021/12/12 11:10:03 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@ extern int isa_pcmciamask;
 	genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 
 #endif /* _MVMEPPC_ISA_MACHDEP_H_ */

Index: src/sys/arch/ofppc/include/isa_machdep.h
diff -u src/sys/arch/ofppc/include/isa_machdep.h:1.8 src/sys/arch/ofppc/include/isa_machdep.h:1.9
--- src/sys/arch/ofppc/include/isa_machdep.h:1.8	Tue Oct 18 22:04:34 2016
+++ src/sys/arch/ofppc/include/isa_machdep.h	Sun Dec 12 11:10:04 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.8 2016/10/18 22:04:34 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.9 2021/12/12 11:10:04 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@ void isa_outb(uint32_t, uint8_t);
 	genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void isabeep(int, int);		/* beep with the system speaker */
 

Index: src/sys/arch/prep/include/isa_machdep.h
diff -u src/sys/arch/prep/include/isa_machdep.h:1.14 src/sys/arch/prep/include/isa_machdep.h:1.15
--- src/sys/arch/prep/include/isa_machdep.h:1.14	Tue Oct 18 22:04:34 2016
+++ src/sys/arch/prep/include/isa_machdep.h	Sun Dec 12 11:10:04 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.14 2016/10/18 22:04:34 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.15 2021/12/12 11:10:04 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@ extern int isa_pcmciamask;
 	genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void isabeep(int, int);		/* beep with the system speaker */
 

Index: src/sys/arch/x86/include/isa_machdep.h
diff -u src/sys/arch/x86/include/isa_machdep.h:1.12 src/sys/arch/x86/include/isa_machdep.h:1.13
--- src/sys/arch/x86/include/isa_machdep.h:1.12	Sat Oct 15 16:46:14 2016
+++ src/sys/arch/x86/include/isa_machdep.h	Sun Dec 12 11:10:04 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.h,v 1.12 2016/10/15 16:46:14 jdolecek Exp $	*/
+/*	$NetBSD: isa_machdep.h,v 1.13 2021/12/12 11:10:04 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -224,7 +224,7 @@ extern vaddr_t atdevbase;         /* ker
 
 
 /*
- * Miscellanous functions.
+ * Miscellaneous functions.
  */
 void sysbeep(int, int);		/* beep with the system speaker */
 

Reply via email to