summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
commit7d76aced28ec9c258bd533a4e33516f71f44b6de (patch)
tree51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /usr.sbin/ypbind
parent7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff)
downloadFreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip
FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'usr.sbin/ypbind')
-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