summaryrefslogtreecommitdiff
path: root/lib/libperfuse
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/libperfuse
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/libperfuse')
-rw-r--r--lib/libperfuse/perfuse.c6
1 files changed, 3 insertions, 3 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 */