rpc(3): Fix two typos in source code comments

- s/alloctaed/allocated/

Obtained from:	NetBSD
MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 09:33:24 +02:00
parent 23677398ca
commit 5c49e1cbea
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ struct svc_auth_ops svc_auth_null_ops;
* set rqst->rq_xprt->verf to the appropriate response verifier;
* sets rqst->rq_client_cred to the "cooked" form of the credentials.
*
* NB: rqst->rq_cxprt->verf must be pre-alloctaed;
* NB: rqst->rq_cxprt->verf must be pre-allocated;
* its length is set appropriately.
*
* The caller still owns and is responsible for msg->u.cmb.cred and

View File

@ -70,7 +70,7 @@ static const struct svc_auth_ops svc_auth_null_ops;
* set rqst->rq_xprt->verf to the appropriate response verifier;
* sets rqst->rq_client_cred to the "cooked" form of the credentials.
*
* NB: rqst->rq_cxprt->verf must be pre-alloctaed;
* NB: rqst->rq_cxprt->verf must be pre-allocated;
* its length is set appropriately.
*
* The caller still owns and is responsible for msg->u.cmb.cred and