Module Name: src
Committed By: andvar
Date: Sun Jul 3 19:58:42 UTC 2022
Modified Files:
src/sys/arch/evbarm/armadillo: armadillo9_machdep.c
src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
src/sys/arch/evbarm/tsarm: tsarm_machdep.c
src/sys/arch/zaurus/zaurus: machdep.c
src/sys/dev/ieee1394: fwohci.c
Log Message:
s/bounaries/boundaries/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/tsarm/tsarm_machdep.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/zaurus/zaurus/machdep.c
cvs rdiff -u -r1.150 -r1.151 src/sys/dev/ieee1394/fwohci.c
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/evbarm/armadillo/armadillo9_machdep.c
diff -u src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.37 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.38
--- src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.37 Tue Aug 17 22:00:28 2021
+++ src/sys/arch/evbarm/armadillo/armadillo9_machdep.c Sun Jul 3 19:58:42 2022
@@ -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 @@ initarm(void *arg)
* 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
Index: src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
diff -u src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.38 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.39
--- src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.38 Tue Aug 17 22:00:28 2021
+++ src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Jul 3 19:58:42 2022
@@ -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 @@ initarm(void *arg)
* 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
Index: src/sys/arch/evbarm/tsarm/tsarm_machdep.c
diff -u src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.33 src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.34
--- src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.33 Sun Nov 21 08:44:28 2021
+++ src/sys/arch/evbarm/tsarm/tsarm_machdep.c Sun Jul 3 19:58:42 2022
@@ -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 @@ initarm(void *arg)
* 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
Index: src/sys/arch/zaurus/zaurus/machdep.c
diff -u src/sys/arch/zaurus/zaurus/machdep.c:1.49 src/sys/arch/zaurus/zaurus/machdep.c:1.50
--- src/sys/arch/zaurus/zaurus/machdep.c:1.49 Sun Jan 2 16:40:46 2022
+++ src/sys/arch/zaurus/zaurus/machdep.c Sun Jul 3 19:58:42 2022
@@ -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 @@ initarm(void *arg)
* 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
Index: src/sys/dev/ieee1394/fwohci.c
diff -u src/sys/dev/ieee1394/fwohci.c:1.150 src/sys/dev/ieee1394/fwohci.c:1.151
--- src/sys/dev/ieee1394/fwohci.c:1.150 Tue Jan 25 22:01:34 2022
+++ src/sys/dev/ieee1394/fwohci.c Sun Jul 3 19:58:42 2022
@@ -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 @@ fwohci_db_init(struct fwohci_softc *sc,
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) {