Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2024 02:46:33 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f148aa572a3b - stable/14 - nfs client comment typo fix
Message-ID:  <202405210246.44L2kX9Q082716@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=f148aa572a3b7e744a316516fff4a1c375a358e7

commit f148aa572a3b7e744a316516fff4a1c375a358e7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-05-18 22:49:59 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-05-21 02:45:59 +0000

    nfs client comment typo fix
    
    (cherry picked from commit ff4480baf6f15551aee58707bffc9b15608d89d8)
---
 sys/fs/nfsclient/nfs_clbio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c
index 43f3de8fa2d3..0e9c989e058b 100644
--- a/sys/fs/nfsclient/nfs_clbio.c
+++ b/sys/fs/nfsclient/nfs_clbio.c
@@ -369,7 +369,7 @@ nfs_bioread_check_cons(struct vnode *vp, struct thread *td, struct ucred *cred)
 	bool old_lock;
 
 	/*
-	 * Ensure the exclusove access to the node before checking
+	 * Ensure the exclusive access to the node before checking
 	 * whether the cache is consistent.
 	 */
 	old_lock = ncl_excl_start(vp);



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