git: 31f70dc9b7c6 - stable/13 - fusefs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:56 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=31f70dc9b7c6d699fec23967df9575262fc01a38
commit 31f70dc9b7c6d699fec23967df9575262fc01a38
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:56:21 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:11:21 +0000
fusefs(5): Fix a typo in a source code comment
- s/accomodate/accommodate/
(cherry picked from commit ef1534cad8a085946105e135d2d75e275011ec4b)
---
sys/fs/fuse/fuse_vnops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c
index f95ee1b7f6b3..ba9f19e5798b 100644
--- a/sys/fs/fuse/fuse_vnops.c
+++ b/sys/fs/fuse/fuse_vnops.c
@@ -1430,7 +1430,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);