Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:14:56 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 31f70dc9b7c6 - stable/13 - fusefs(5): Fix a typo in a source code comment
Message-ID:  <202204090614.2396Euxv034295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090614.2396Euxv034295>