Module Name:    src
Committed By:   andvar
Date:           Wed Oct  6 20:36:58 UTC 2021

Modified Files:
        src/sys/arch/ews4800mips/stand/common: loader.c
        src/sys/arch/hpc/stand/hpcboot/sh3/dev: sh.h
        src/sys/arch/playstation2/ee: eevar.h
        src/sys/arch/playstation2/playstation2: interrupt.c
        src/sys/arch/sh3/include: devreg.h

Log Message:
s/embeded/embedded/ in comments and messages.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ews4800mips/stand/common/loader.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/playstation2/ee/eevar.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/playstation2/playstation2/interrupt.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sh3/include/devreg.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/ews4800mips/stand/common/loader.c
diff -u src/sys/arch/ews4800mips/stand/common/loader.c:1.4 src/sys/arch/ews4800mips/stand/common/loader.c:1.5
--- src/sys/arch/ews4800mips/stand/common/loader.c:1.4	Mon Apr 28 20:23:18 2008
+++ src/sys/arch/ews4800mips/stand/common/loader.c	Wed Oct  6 20:36:58 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: loader.c,v 1.4 2008/04/28 20:23:18 martin Exp $	*/
+/*	$NetBSD: loader.c,v 1.5 2021/10/06 20:36:58 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -284,5 +284,5 @@ boot_usage(void)
 	printf("\tex).\n");
 	printf("\t Disk 0, Partition 10, /netbsd => sd0k:netbsd\n");
 	printf("\t NFS, /netbsd => nfs:netbsd\n");
-	printf("\t `kernel embeded in data section' => mem:\n");
+	printf("\t `kernel embedded in data section' => mem:\n");
 }

Index: src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
diff -u src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h:1.5 src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h:1.6
--- src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h:1.5	Mon Apr 28 20:23:20 2008
+++ src/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h	Wed Oct  6 20:36:58 2021
@@ -1,4 +1,4 @@
-/* -*-C++-*-	$NetBSD: sh.h,v 1.5 2008/04/28 20:23:20 martin Exp $	*/
+/* -*-C++-*-	$NetBSD: sh.h,v 1.6 2021/10/06 20:36:58 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #define	_HPCBOOT_SH_DEV_SH_H_
 
 /*
- * SH3, SH4 embeded devices.
+ * SH3, SH4 embedded devices.
  */
 
 /*

Index: src/sys/arch/playstation2/ee/eevar.h
diff -u src/sys/arch/playstation2/ee/eevar.h:1.5 src/sys/arch/playstation2/ee/eevar.h:1.6
--- src/sys/arch/playstation2/ee/eevar.h:1.5	Sun Apr  3 10:03:34 2016
+++ src/sys/arch/playstation2/ee/eevar.h	Wed Oct  6 20:36:58 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: eevar.h,v 1.5 2016/04/03 10:03:34 martin Exp $	*/
+/*	$NetBSD: eevar.h,v 1.6 2021/10/06 20:36:58 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 /*
- * EE embeded device's memory mapped register access method.
+ * EE embedded device's memory mapped register access method.
  */
 
 #define _PLAYSTATION2_BUS_SPACE_PRIVATE

Index: src/sys/arch/playstation2/playstation2/interrupt.c
diff -u src/sys/arch/playstation2/playstation2/interrupt.c:1.17 src/sys/arch/playstation2/playstation2/interrupt.c:1.18
--- src/sys/arch/playstation2/playstation2/interrupt.c:1.17	Sat Jun  5 21:38:37 2021
+++ src/sys/arch/playstation2/playstation2/interrupt.c	Wed Oct  6 20:36:58 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: interrupt.c,v 1.17 2021/06/05 21:38:37 christos Exp $	*/
+/*	$NetBSD: interrupt.c,v 1.18 2021/10/06 20:36:58 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.17 2021/06/05 21:38:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.18 2021/10/06 20:36:58 andvar Exp $");
 
 #include "debug_playstation2.h"
 #if defined INTR_DEBUG && !defined GSFB_DEBUG_MONITOR
@@ -89,7 +89,7 @@ interrupt_init_bootstrap(void)
 	for (i = 0; i < _IPL_N; i++)
 		__icu_mask[i] = 0xffffffff;
 
-	/* initialize EE embeded device */
+	/* initialize EE embedded device */
 	timer_init();
 
 	/* clear all pending interrupt and disable all */

Index: src/sys/arch/sh3/include/devreg.h
diff -u src/sys/arch/sh3/include/devreg.h:1.6 src/sys/arch/sh3/include/devreg.h:1.7
--- src/sys/arch/sh3/include/devreg.h:1.6	Mon Apr 28 20:23:35 2008
+++ src/sys/arch/sh3/include/devreg.h	Wed Oct  6 20:36:58 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: devreg.h,v 1.6 2008/04/28 20:23:35 martin Exp $	*/
+/*	$NetBSD: devreg.h,v 1.7 2021/10/06 20:36:58 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #ifndef _SH3_DEVREG_H_
 #define	_SH3_DEVREG_H_
 /*
- * SH embeded device register defines.
+ * SH embedded device register defines.
  */
 
 /*

Reply via email to