git: ef1534cad8a0 - main - fusefs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:56:47 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=ef1534cad8a085946105e135d2d75e275011ec4b
commit ef1534cad8a085946105e135d2d75e275011ec4b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:56:21 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:56:21 +0000
fusefs(5): Fix a typo in a source code comment
- s/accomodate/accommodate/
MFC after: 3 days
---
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 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);