diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-23 02:53:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-23 02:53:47 +0000 |
commit | e6f69ebb9311accd3541f98fc0345b253bd13567 (patch) | |
tree | 0ffd8626b3d19bee5a5654883ae9edfd666b73f3 /lib | |
parent | ab917ed5f378a9cf45471d536ef8a54d8e1917b0 (diff) |
s/alloctaed/allocated/ in comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/svc_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 67ab5df1878..d8b5ffbc55c 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svc_auth.c,v 1.9 2015/09/13 15:36:56 guenther Exp $ */ +/* $OpenBSD: svc_auth.c,v 1.10 2016/09/23 02:53:46 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -75,7 +75,7 @@ static struct { * 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 |