diff options
| author | thorpej <thorpej@NetBSD.org> | 2021-10-02 17:37:21 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2021-10-02 17:37:21 +0000 |
| commit | 80edcd4e11e57ded03a347b66aa78e1f82f1d18f (patch) | |
| tree | b8e9e607c6c6ea89ff1655c8809c404846adcc7a /sys/miscfs | |
| parent | ef1fcd50142c49b7a8060f98c250b38510a0ed50 (diff) | |
...and correct my terrible spelling.
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/fifofs/fifo_vnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index 929c35cf613..7a20aa08a32 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -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 @@ fifo_open(void *v) * 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; |
