diff options
author | 2016-09-23 02:53:46 +0000 | |
---|---|---|
committer | 2016-09-23 02:53:46 +0000 | |
commit | 89ed967eb7ebaa3f05771f732b78b642fe67d101 (patch) | |
tree | 8d0ef905e01639ed4013899e680827c3cbf30f44 /lib/libc | |
parent | kern.arandom no longer exists (diff) | |
download | wireguard-openbsd-89ed967eb7ebaa3f05771f732b78b642fe67d101.tar.xz wireguard-openbsd-89ed967eb7ebaa3f05771f732b78b642fe67d101.zip |
s/alloctaed/allocated/ in comment
Diffstat (limited to 'lib/libc')
-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 |