git: ff4480baf6f1 - main - nfs client comment typo fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 22:50:49 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=ff4480baf6f15551aee58707bffc9b15608d89d8
commit ff4480baf6f15551aee58707bffc9b15608d89d8
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-05-18 22:49:59 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-05-18 22:49:59 +0000
nfs client comment typo fix
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
---
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 ed7149c27903..fe2ed0dff0dd 100644
--- a/sys/fs/nfsclient/nfs_clbio.c
+++ b/sys/fs/nfsclient/nfs_clbio.c
@@ -366,7 +366,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);