aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:56:21 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:56:21 +0000
commitef1534cad8a085946105e135d2d75e275011ec4b (patch)
tree8ece1db0f80f89e3984ada45066a29f434e10927 /sys/fs
parent49f2bb36769f04b6720e8bb2c6db2a94e517e19a (diff)
downloadsrc-ef1534cad8a085946105e135d2d75e275011ec4b.tar.gz
src-ef1534cad8a085946105e135d2d75e275011ec4b.zip
fusefs(5): Fix a typo in a source code comment
- s/accomodate/accommodate/ MFC after: 3 days
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/fuse/fuse_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c
index c7730cf7c606..acded47f75a3 100644
--- a/sys/fs/fuse/fuse_vnops.c
+++ b/sys/fs/fuse/fuse_vnops.c
@@ -1429,7 +1429,7 @@ fuse_vnop_lookup(struct vop_lookup_args *ap)
vtyp = VDIR;
} else {
struct timespec timeout;
- int ncpticks; /* here to accomodate for API contract */
+ int ncpticks; /* here to accommodate for API contract */
err = cache_lookup(dvp, vpp, cnp, &timeout, &ncpticks);
getnanouptime(&now);