summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-29 18:48:53 +0000
committerderaadt <deraadt@openbsd.org>1996-06-29 18:48:53 +0000
commit46a09de7f6a055b197f31eff7ee91160ea29fdf3 (patch)
treec10f03ba9b4711e5c43d16ee67690f916e2fa954
parentfix multiple invocations; from tlb@viaweb.com (diff)
downloadwireguard-openbsd-46a09de7f6a055b197f31eff7ee91160ea29fdf3.tar.xz
wireguard-openbsd-46a09de7f6a055b197f31eff7ee91160ea29fdf3.zip
typo
-rw-r--r--lib/libc/rpc/clnt_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c
index 9c52f52bc77..309162f8082 100644
--- a/lib/libc/rpc/clnt_udp.c
+++ b/lib/libc/rpc/clnt_udp.c
@@ -176,7 +176,7 @@ clntudp_bufcreate(raddr, program, version, wait, sockp, sendsz, recvsz)
rpc_createerr.cf_error.re_errno = errno;
goto fooy;
}
- /* attempt to bind to prov port */
+ /* attempt to bind to priv port */
(void)bindresvport(*sockp, (struct sockaddr_in *)0);
/* the sockets rpc controls are non-blocking */
(void)ioctl(*sockp, FIONBIO, (char *) &dontblock);