Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src s/assoicate/associate/
details: https://anonhg.NetBSD.org/.joined/src/rev/f7bc248926c7
branches: trunk
changeset: 359370:f7bc248926c7
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Jan 01 09:53:32 2022 +0000
description:
s/assoicate/associate/
diffstat:
share/man/man4/scmd.4 | 6 +++---
sys/dev/ic/ciss.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 9bdcfa585431 -r f7bc248926c7 share/man/man4/scmd.4
--- a/share/man/man4/scmd.4 Sat Jan 01 08:34:34 2022 +0000
+++ b/share/man/man4/scmd.4 Sat Jan 01 09:53:32 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scmd.4,v 1.1 2021/12/07 17:39:54 brad Exp $
+.\" $NetBSD: scmd.4,v 1.2 2022/01/01 09:53:32 msaitoh Exp $
.\"
.\" Copyright (c) 2021 Brad Spencer <brad%anduin.eldar.org@localhost>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd December 1, 2021
+.Dd January 1, 2022
.Dt SCMD 4
.Os
.Sh NAME
@@ -43,7 +43,7 @@
The secondary boards are accessed by set of view port registers
from the main board. The
.Xr scmd 4
-driver and its assoicated frontends flatten the main SCMD board and all chained boards into
+driver and its associated frontends flatten the main SCMD board and all chained boards into
a linear register space that can be opened, seeked, read from and written to like any other
file or device without having to worry about the view port.
.Pp
diff -r 9bdcfa585431 -r f7bc248926c7 sys/dev/ic/ciss.c
--- a/sys/dev/ic/ciss.c Sat Jan 01 08:34:34 2022 +0000
+++ b/sys/dev/ic/ciss.c Sat Jan 01 09:53:32 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ciss.c,v 1.52 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: ciss.c,v 1.53 2022/01/01 09:53:32 msaitoh Exp $ */
/* $OpenBSD: ciss.c,v 1.68 2013/05/30 16:15:02 deraadt Exp $ */
/*
@@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.52 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.53 2022/01/01 09:53:32 msaitoh Exp $");
#include "bio.h"
@@ -1405,7 +1405,7 @@
* XXX since we don't know how to associate physical drives with logical drives
* yet, BIOCDISK_NOVOL is equivalent to BIOCDISK to the volume that we've
* associated all physical drives to.
- * Maybe assoicate all physical drives to all logical volumes, but only return
+ * Maybe associate all physical drives to all logical volumes, but only return
* physical drives on one logical volume. Which one? Either 1st volume that
* is degraded, rebuilding, or failed?
*/
Home |
Main Index |
Thread Index |
Old Index