summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r--usr.sbin/ypbind/ypbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index fba44efc78f..f121bd6ddd7 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypbind.c,v 1.76 2022/07/17 03:12:20 deraadt Exp $ */
+/* $OpenBSD: ypbind.c,v 1.77 2022/12/28 21:30:19 jmc Exp $ */
/*
* Copyright (c) 1992, 1993, 1996, 1997, 1998 Theo de Raadt <deraadt@openbsd.org>
@@ -995,7 +995,7 @@ rpc_received(char *dom, struct sockaddr_in *raddrp, int force)
return;
}
- /* syncronously ask for the matching ypserv TCP port number */
+ /* synchronously ask for the matching ypserv TCP port number */
ypserv_udp = raddrp->sin_port;
ypserv_tcp = pmap_getport(raddrp, YPPROG,
YPVERS, IPPROTO_TCP);