Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ieee1394 s/bounaries/boundaries/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/b097cc516245
branches:  trunk
changeset: 368303:b097cc516245
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Jul 03 19:58:42 2022 +0000

description:
s/bounaries/boundaries/ in comments.

diffstat:

 sys/arch/evbarm/armadillo/armadillo9_machdep.c |  6 +++---
 sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c      |  4 ++--
 sys/arch/evbarm/tsarm/tsarm_machdep.c          |  6 +++---
 sys/arch/zaurus/zaurus/machdep.c               |  6 +++---
 sys/dev/ieee1394/fwohci.c                      |  6 +++---
 5 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 5234d95dafe2 -r b097cc516245 sys/arch/evbarm/armadillo/armadillo9_machdep.c
--- a/sys/arch/evbarm/armadillo/armadillo9_machdep.c    Sun Jul 03 19:47:34 2022 +0000
+++ b/sys/arch/evbarm/armadillo/armadillo9_machdep.c    Sun Jul 03 19:58:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armadillo9_machdep.c,v 1.37 2021/08/17 22:00:28 andvar Exp $   */
+/*     $NetBSD: armadillo9_machdep.c,v 1.38 2022/07/03 19:58:42 andvar Exp $   */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -110,7 +110,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.37 2021/08/17 22:00:28 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.38 2022/07/03 19:58:42 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -559,7 +559,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r 5234d95dafe2 -r b097cc516245 sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
--- a/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Jul 03 19:47:34 2022 +0000
+++ b/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Jul 03 19:58:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: g42xxeb_machdep.c,v 1.38 2021/08/17 22:00:28 andvar Exp $ */
+/*     $NetBSD: g42xxeb_machdep.c,v 1.39 2022/07/03 19:58:42 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2004, 2005  Genetec Corporation.
@@ -548,7 +548,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r 5234d95dafe2 -r b097cc516245 sys/arch/evbarm/tsarm/tsarm_machdep.c
--- a/sys/arch/evbarm/tsarm/tsarm_machdep.c     Sun Jul 03 19:47:34 2022 +0000
+++ b/sys/arch/evbarm/tsarm/tsarm_machdep.c     Sun Jul 03 19:58:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tsarm_machdep.c,v 1.33 2021/11/21 08:44:28 skrll Exp $ */
+/*     $NetBSD: tsarm_machdep.c,v 1.34 2022/07/03 19:58:42 andvar Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.33 2021/11/21 08:44:28 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.34 2022/07/03 19:58:42 andvar Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -472,7 +472,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r 5234d95dafe2 -r b097cc516245 sys/arch/zaurus/zaurus/machdep.c
--- a/sys/arch/zaurus/zaurus/machdep.c  Sun Jul 03 19:47:34 2022 +0000
+++ b/sys/arch/zaurus/zaurus/machdep.c  Sun Jul 03 19:58:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.49 2022/01/02 16:40:46 christos Exp $    */
+/*     $NetBSD: machdep.c,v 1.50 2022/07/03 19:58:42 andvar Exp $      */
 /*     $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $        */
 
 /*
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.49 2022/01/02 16:40:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.50 2022/07/03 19:58:42 andvar Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -791,7 +791,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r 5234d95dafe2 -r b097cc516245 sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Sun Jul 03 19:47:34 2022 +0000
+++ b/sys/dev/ieee1394/fwohci.c Sun Jul 03 19:58:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwohci.c,v 1.150 2022/01/25 22:01:34 andvar Exp $      */
+/*     $NetBSD: fwohci.c,v 1.151 2022/07/03 19:58:42 andvar Exp $      */
 
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.150 2022/01/25 22:01:34 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.151 2022/07/03 19:58:42 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -1733,7 +1733,7 @@
                goto out;
 
        /* allocate DB entries and attach one to each DMA channels */
-       /* DB entry must start at 16 bytes bounary. */
+       /* DB entry must start at 16 bytes boundary. */
        STAILQ_INIT(&dbch->db_trq);
        db_tr = (struct fwohcidb_tr *)malloc(db_tr_sz, M_FW, M_WAITOK | M_ZERO);
        if (db_tr == NULL) {



Home | Main Index | Thread Index | Old Index