summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind/yp_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypbind/yp_ping.c')
-rw-r--r--usr.sbin/ypbind/yp_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypbind/yp_ping.c b/usr.sbin/ypbind/yp_ping.c
index a88d8ff..558843f 100644
--- a/usr.sbin/ypbind/yp_ping.c
+++ b/usr.sbin/ypbind/yp_ping.c
@@ -98,7 +98,7 @@ static const char rcsid[] =
#ifndef timeradd
#ifndef _KERNEL /* use timevaladd/timevalsub in kernel */
-/* NetBSD/OpenBSD compatable interfaces */
+/* NetBSD/OpenBSD compatible interfaces */
#define timeradd(tvp, uvp, vvp) \
do { \
(vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
OpenPOWER on IntegriCloud