Date: Sat, 2 Apr 2022 07:34:01 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5c49e1cbea1b - main - rpc(3): Fix two typos in source code comments Message-ID: <202204020734.2327Y1Ss004537@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5c49e1cbea1beef4d3c5c4096ed48664c3c218df commit 5c49e1cbea1beef4d3c5c4096ed48664c3c218df Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 07:33:24 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 07:33:24 +0000 rpc(3): Fix two typos in source code comments - s/alloctaed/allocated/ Obtained from: NetBSD MFC after: 3 days --- lib/libc/rpc/svc_auth.c | 2 +- sys/rpc/svc_auth.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 20a84c60c18a..48560a3bc872 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -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 diff --git a/sys/rpc/svc_auth.c b/sys/rpc/svc_auth.c index 75d1f21d3484..21149139b5a5 100644 --- a/sys/rpc/svc_auth.c +++ b/sys/rpc/svc_auth.c @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204020734.2327Y1Ss004537>