diff options
author | 2000-03-15 03:56:48 +0000 | |
---|---|---|
committer | 2000-03-15 03:56:48 +0000 | |
commit | 717750551e20afb94786d07500b2febf8321079b (patch) | |
tree | d5a636d8116f0c5d5ef3cf8dd6b735e57bc88f8a /lib | |
parent | Support FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. (diff) | |
download | wireguard-openbsd-717750551e20afb94786d07500b2febf8321079b.tar.xz wireguard-openbsd-717750551e20afb94786d07500b2febf8321079b.zip |
implimented -> implemented
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/yp/yp_order.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/yp_order.c b/lib/libc/yp/yp_order.c index 458a40849fc..9e864b13693 100644 --- a/lib/libc/yp/yp_order.c +++ b/lib/libc/yp/yp_order.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_order.c,v 1.5 1996/08/19 08:35:11 tholo Exp $"; +static char *rcsid = "$OpenBSD: yp_order.c,v 1.6 2000/03/15 03:56:48 todd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -82,7 +82,7 @@ again: xdr_ypreq_nokey, &yprnk, xdr_ypresp_order, &ypro, tv); /* * XXX - * NIS+ YP emulation package does not impliment YPPROC_ORDER + * NIS+ YP emulation package does not implement YPPROC_ORDER */ if (r == RPC_PROCUNAVAIL) { r = YPERR_YPERR; |