git: b1e764c79f78 - stable/13 - nfsclient: Fix a typo in a comment

Gordon Bergling gbe at FreeBSD.org
Wed Sep 29 17:19:48 UTC 2021


The branch stable/13 has been updated by gbe (doc committer):

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

commit b1e764c79f78d47fce5d1cf048ff67cb41a3f955
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-09-26 13:17:00 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-09-29 17:19:22 +0000

    nfsclient: Fix a typo in a comment
    
    - s/derefernce/dereference/
    
    (cherry picked from commit 90d60ca8b7f2483cdc162633f7ea4738dad8fa0e)
---
 sys/fs/nfsclient/nfs_clcomsubs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsclient/nfs_clcomsubs.c b/sys/fs/nfsclient/nfs_clcomsubs.c
index 554f5e820f54..c6556d287b1e 100644
--- a/sys/fs/nfsclient/nfs_clcomsubs.c
+++ b/sys/fs/nfsclient/nfs_clcomsubs.c
@@ -476,7 +476,7 @@ nfscl_lockunlock(struct nfsv4lock *lckp)
 }
 
 /*
- * Called to derefernce a lock on a stateid (delegation or open owner).
+ * Called to dereference a lock on a stateid (delegation or open owner).
  */
 void
 nfscl_lockderef(struct nfsv4lock *lckp)


More information about the dev-commits-src-branches mailing list