Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2021 01:27:43 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 002ebe67a8a5 - stable/13 - nfscl: fix typo in a comment
Message-ID:  <202105180127.14I1Rhle087778@gitrepo.freebsd.org>

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

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

commit 002ebe67a8a5f624ea2279eb283c83941d324659
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-05-04 01:29:27 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-05-18 01:24:44 +0000

    nfscl: fix typo in a comment
    
    (cherry picked from commit 0755df1eeee838e5b114c61886d6462507290977)
---
 sys/fs/nfsclient/nfs_clrpcops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c
index db0b6ab1f5e8..43050e15050a 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -1229,7 +1229,7 @@ nfsrpc_getattr(vnode_t vp, struct ucred *cred, NFSPROC_T *p,
 }
 
 /*
- * nfs getattr call with non-vnode arguemnts.
+ * nfs getattr call with non-vnode arguments.
  */
 int
 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred,



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