mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
rpc(3): Fix two typos in source code comments
- s/alloctaed/allocated/ Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
23677398ca
commit
5c49e1cbea
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user