From 002ebe67a8a5f624ea2279eb283c83941d324659 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Mon, 3 May 2021 18:29:27 -0700 Subject: [PATCH] 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 db0b6ab1f5e..43050e15050 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,