Source-Changes-HG archive

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

[src/trunk]: src/sys ...and correct my terrible spelling.



details:   https://anonhg.NetBSD.org/src/rev/ff81ac6942fb
branches:  trunk
changeset: 988197:ff81ac6942fb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Oct 02 17:37:21 2021 +0000

description:
...and correct my terrible spelling.

diffstat:

 sys/kern/uipc_syscalls.c       |  6 +++---
 sys/miscfs/fifofs/fifo_vnops.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r e41c2f2e54f7 -r ff81ac6942fb sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c  Sat Oct 02 17:32:55 2021 +0000
+++ b/sys/kern/uipc_syscalls.c  Sat Oct 02 17:37:21 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_syscalls.c,v 1.201 2021/10/02 17:32:55 thorpej Exp $      */
+/*     $NetBSD: uipc_syscalls.c,v 1.202 2021/10/02 17:37:21 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.201 2021/10/02 17:32:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.202 2021/10/02 17:37:21 thorpej Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pipe.h"
@@ -1326,7 +1326,7 @@
         * Pipes must be writable when there is space for
         * at least PIPE_BUF bytes in the send buffer.
         * If we're increasing the low water mark for the
-        * send buffer, then mimick how soreserve() would
+        * send buffer, then mimic how soreserve() would
         * have set the high water mark.
         */
        rso->so_rcv.sb_lowat = 1;
diff -r e41c2f2e54f7 -r ff81ac6942fb sys/miscfs/fifofs/fifo_vnops.c
--- a/sys/miscfs/fifofs/fifo_vnops.c    Sat Oct 02 17:32:55 2021 +0000
+++ b/sys/miscfs/fifofs/fifo_vnops.c    Sat Oct 02 17:37:21 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fifo_vnops.c,v 1.88 2021/10/02 17:32:55 thorpej Exp $  */
+/*     $NetBSD: fifo_vnops.c,v 1.89 2021/10/02 17:37:21 thorpej Exp $  */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fifo_vnops.c,v 1.88 2021/10/02 17:32:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fifo_vnops.c,v 1.89 2021/10/02 17:37:21 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,7 +164,7 @@
                 * FIFOs must be writable when there is space for
                 * at least PIPE_BUF bytes in the send buffer.
                 * If we're increasing the low water mark for the
-                * send buffer, then mimick how soreserve() would
+                * send buffer, then mimic how soreserve() would
                 * have set the high water mark.
                 */
                rso->so_rcv.sb_lowat = 1;



Home | Main Index | Thread Index | Old Index