Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/include s/embeded/embedded/ in comments and mes...



details:   https://anonhg.NetBSD.org/src/rev/967a90d2dde3
branches:  trunk
changeset: 988279:967a90d2dde3
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Oct 06 20:36:58 2021 +0000

description:
s/embeded/embedded/ in comments and messages.

diffstat:

 sys/arch/ews4800mips/stand/common/loader.c     |  4 ++--
 sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h        |  4 ++--
 sys/arch/playstation2/ee/eevar.h               |  4 ++--
 sys/arch/playstation2/playstation2/interrupt.c |  6 +++---
 sys/arch/sh3/include/devreg.h                  |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diffs (97 lines):

diff -r cdd73178e7cb -r 967a90d2dde3 sys/arch/ews4800mips/stand/common/loader.c
--- a/sys/arch/ews4800mips/stand/common/loader.c        Wed Oct 06 20:10:42 2021 +0000
+++ b/sys/arch/ews4800mips/stand/common/loader.c        Wed Oct 06 20:36:58 2021 +0000
@@ -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 @@
        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");
 }
diff -r cdd73178e7cb -r 967a90d2dde3 sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
--- a/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h   Wed Oct 06 20:10:42 2021 +0000
+++ b/sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h   Wed Oct 06 20:36:58 2021 +0000
@@ -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.
  */
 
 /*
diff -r cdd73178e7cb -r 967a90d2dde3 sys/arch/playstation2/ee/eevar.h
--- a/sys/arch/playstation2/ee/eevar.h  Wed Oct 06 20:10:42 2021 +0000
+++ b/sys/arch/playstation2/ee/eevar.h  Wed Oct 06 20:36:58 2021 +0000
@@ -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
diff -r cdd73178e7cb -r 967a90d2dde3 sys/arch/playstation2/playstation2/interrupt.c
--- a/sys/arch/playstation2/playstation2/interrupt.c    Wed Oct 06 20:10:42 2021 +0000
+++ b/sys/arch/playstation2/playstation2/interrupt.c    Wed Oct 06 20:36:58 2021 +0000
@@ -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 @@
        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 */
diff -r cdd73178e7cb -r 967a90d2dde3 sys/arch/sh3/include/devreg.h
--- a/sys/arch/sh3/include/devreg.h     Wed Oct 06 20:10:42 2021 +0000
+++ b/sys/arch/sh3/include/devreg.h     Wed Oct 06 20:36:58 2021 +0000
@@ -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.
  */
 
 /*



Home | Main Index | Thread Index | Old Index