nfs: Fix common typos in source code comments

- s/attrbute/attribute/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-11-08 14:58:32 +01:00
parent 40b245af0f
commit bf31248287
2 changed files with 2 additions and 2 deletions

View file

@ -2247,7 +2247,7 @@ nfsv4_loadattr(struct nfsrv_descript *nd, vnode_t vp,
*retcmpp = NFSERR_ATTRNOTSUPP;
/*
* and get out of the loop, since we can't parse
* the unknown attrbute data.
* the unknown attribute data.
*/
bitpos = NFSATTRBIT_MAX;
break;

View file

@ -462,7 +462,7 @@ nfsrvd_setattr(struct nfsrv_descript *nd, __unused int isdgram,
if (!nd->nd_repstat && (nd->nd_flag & ND_NFSV4)) {
/*
* For V4, try setting the attrbutes in sets, so that the
* For V4, try setting the attributes in sets, so that the
* reply bitmap will be correct for an error case.
*/
if (NFSISSET_ATTRBIT(&attrbits, NFSATTRBIT_OWNER) ||