summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
committerandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
commitf855a88741a8a0aa63efde8923bf1b5ae1e37cd1 (patch)
tree0c1f32b44eb134f6ead5aed4f0f0869f35d63e0b /lib
parent1ec76ff58a1253c38448794815a9cf8cd74a5875 (diff)
fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.
Diffstat (limited to 'lib')
-rw-r--r--lib/libperfuse/perfuse.c6
-rw-r--r--lib/libtelnet/encrypt.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libperfuse/perfuse.c b/lib/libperfuse/perfuse.c
index 4d6f2f6340c..d27c44b8582 100644
--- a/lib/libperfuse/perfuse.c
+++ b/lib/libperfuse/perfuse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: perfuse.c,v 1.43 2021/08/08 20:54:48 nia Exp $ */
+/* $NetBSD: perfuse.c,v 1.44 2022/02/23 21:54:40 andvar Exp $ */
/*-
* Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -708,7 +708,7 @@ perfuse_fsreq(struct puffs_usermount *pu, perfuse_msg_t *pm)
foh = GET_OUTHDR(ps, pm);
/*
- * There are some operations we may use in a Fire and Forget wey,
+ * There are some operations we may use in a Fire and Forget way,
* because the kernel does not await a reply, but FUSE still
* sends a reply. This happens for fsyc, setattr (for metadata
* associated with a fsync) and write (for VOP_PUTPAGES). Ignore
@@ -718,7 +718,7 @@ perfuse_fsreq(struct puffs_usermount *pu, perfuse_msg_t *pm)
case 0:
break;
case -ENOENT:
- /* File disapeared during a FAF operation */
+ /* File disappeared during a FAF operation */
break;
case -ENOTCONN: /* FALLTHROUGH */
case -EAGAIN: /* FALLTHROUGH */
diff --git a/lib/libtelnet/encrypt.c b/lib/libtelnet/encrypt.c
index 78ee4091d82..c481f64a567 100644
--- a/lib/libtelnet/encrypt.c
+++ b/lib/libtelnet/encrypt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: encrypt.c,v 1.18 2019/01/05 08:55:58 maya Exp $ */
+/* $NetBSD: encrypt.c,v 1.19 2022/02/23 21:54:40 andvar Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
#if 0
static char sccsid[] = "@(#)encrypt.c 8.2 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: encrypt.c,v 1.18 2019/01/05 08:55:58 maya Exp $");
+__RCSID("$NetBSD: encrypt.c,v 1.19 2022/02/23 21:54:40 andvar Exp $");
#endif /* not lint */
/*
@@ -414,7 +414,7 @@ encrypt_send_support(void)
if (str_suplen) {
/*
* If the user has requested that decryption start
- * immediatly, then send a "REQUEST START" before
+ * immediately, then send a "REQUEST START" before
* we negotiate the type.
*/
if (!Server && autodecrypt)