nfs client comment typo fix

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov
2024-05-19 01:49:59 +03:00
parent 3bb5428ad6
commit ff4480baf6
+1 -1
View File
@@ -366,7 +366,7 @@ nfs_bioread_check_cons(struct vnode *vp, struct thread *td, struct ucred *cred)
bool old_lock; 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. * whether the cache is consistent.
*/ */
old_lock = ncl_excl_start(vp); old_lock = ncl_excl_start(vp);