git: 036d385a8330 - stable/12 - nfscl: fix typo in a comment

Rick Macklem rmacklem at FreeBSD.org
Tue May 18 01:36:20 UTC 2021


The branch stable/12 has been updated by rmacklem:

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

commit 036d385a83301b791b964445b213cfaafc74a6e6
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-05-04 01:29:27 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-05-18 01:33:19 +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 0666a4a9dac2..3ff23a8b147b 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -1151,7 +1151,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,


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