Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 17:24:37 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: 4f7c9e7be14e - stable/12 - nfsclient: Fix a typo in a comment
Message-ID:  <202109291724.18THObDl096130@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit 4f7c9e7be14eaae7ae92bba66e5f4acbe0b64215
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-09-26 13:17:00 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-09-29 17:24:16 +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 f0ac1a0b09ca..4d6205fb0358 100644
--- a/sys/fs/nfsclient/nfs_clcomsubs.c
+++ b/sys/fs/nfsclient/nfs_clcomsubs.c
@@ -421,7 +421,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)



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