Module Name: src Committed By: msaitoh Date: Sat Jan 1 09:53:32 UTC 2022
Modified Files: src/share/man/man4: scmd.4 src/sys/dev/ic: ciss.c Log Message: s/assoicate/associate/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/scmd.4 cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ic/ciss.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/scmd.4 diff -u src/share/man/man4/scmd.4:1.1 src/share/man/man4/scmd.4:1.2 --- src/share/man/man4/scmd.4:1.1 Tue Dec 7 17:39:54 2021 +++ src/share/man/man4/scmd.4 Sat Jan 1 09:53:32 2022 @@ -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 <b...@anduin.eldar.org> .\" @@ -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 @@ from a single master instance. 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 Index: src/sys/dev/ic/ciss.c diff -u src/sys/dev/ic/ciss.c:1.52 src/sys/dev/ic/ciss.c:1.53 --- src/sys/dev/ic/ciss.c:1.52 Sat Aug 7 16:19:12 2021 +++ src/sys/dev/ic/ciss.c Sat Jan 1 09:53:32 2022 @@ -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 @@ ciss_ioctl(device_t dev, u_long cmd, voi * 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? */