summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2000-03-15 03:56:48 +0000
committertodd <todd@openbsd.org>2000-03-15 03:56:48 +0000
commit717750551e20afb94786d07500b2febf8321079b (patch)
treed5a636d8116f0c5d5ef3cf8dd6b735e57bc88f8a
parentSupport FAT32 partitions >4GB (up to 128GB, in fact); d@ ok, from NetBSD. (diff)
downloadwireguard-openbsd-717750551e20afb94786d07500b2febf8321079b.tar.xz
wireguard-openbsd-717750551e20afb94786d07500b2febf8321079b.zip
implimented -> implemented
-rw-r--r--include/poll.h4
-rw-r--r--include/rpcsvc/yp_prot.h6
-rw-r--r--lib/libc/yp/yp_order.c4
-rw-r--r--sys/arch/i386/include/bus.h4
-rw-r--r--sys/arch/mac68k/include/bus.h4
-rw-r--r--sys/dev/pci/if_tireg.h6
6 files changed, 14 insertions, 14 deletions
diff --git a/include/poll.h b/include/poll.h
index dfc7dc21aa2..896c8d0349b 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */
+/* $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */
/*
- * Typical poll() implimentations expect poll.h to be in /usr/include.
+ * Typical poll() implementations expect poll.h to be in /usr/include.
* However this is not a convenient place for the real definitions.
*/
#include <sys/poll.h>
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index 5eb4691173a..1265927373f 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: yp_prot.h,v 1.3 1998/08/19 05:04:09 deraadt Exp $ */
+/* $OpenBSD: yp_prot.h,v 1.4 2000/03/15 03:56:48 todd Exp $ */
/* $NetBSD: yp_prot.h,v 1.6 1995/07/14 21:10:58 christos Exp $ */
/*
@@ -285,8 +285,8 @@ struct ypbind_setdom {
* is supplied to ypxfr as a command-line parameter when it
* is activated by ypserv."
*
- * This protocol is not implimented, naturally, because this YP
- * implimentation only does the client side.
+ * This protocol is not implemented, naturally, because this YP
+ * implementation only does the client side.
*/
#define YPPUSHVERS ((u_long)1)
#define YPPUSHVERS_ORIG ((u_long)1)
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;
diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h
index 5f0949d1aee..0ee26b6ad18 100644
--- a/sys/arch/i386/include/bus.h
+++ b/sys/arch/i386/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.18 1999/09/17 09:57:12 espie Exp $ */
+/* $OpenBSD: bus.h,v 1.19 2000/03/15 03:56:49 todd Exp $ */
/* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */
/*-
@@ -405,7 +405,7 @@ void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh,
#if 0 /* Cause a link error for bus_space_write_multi_8 */
#define bus_space_write_multi_8(t, h, o, a, c) \
- !!! bus_space_write_multi_8 unimplimented !!!
+ !!! bus_space_write_multi_8 unimplemented !!!
#endif
/*
diff --git a/sys/arch/mac68k/include/bus.h b/sys/arch/mac68k/include/bus.h
index 5508b043e4e..a3035070058 100644
--- a/sys/arch/mac68k/include/bus.h
+++ b/sys/arch/mac68k/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.5 1998/04/27 02:01:48 gene Exp $ */
+/* $OpenBSD: bus.h,v 1.6 2000/03/15 03:56:49 todd Exp $ */
/* $NetBSD: bus.h,v 1.9 1998/01/13 18:32:15 scottr Exp $ */
/*-
@@ -361,7 +361,7 @@ int mac68k_bus_space_probe __P((bus_space_tag_t t,
#if 0 /* Cause a link error for bus_space_write_8 */
#define bus_space_write_multi_8(t, h, o, a, c) \
- !!! bus_space_write_multi_8 unimplimented !!!
+ !!! bus_space_write_multi_8 unimplemented !!!
#endif
/*
diff --git a/sys/dev/pci/if_tireg.h b/sys/dev/pci/if_tireg.h
index be71152e246..2918192b72e 100644
--- a/sys/dev/pci/if_tireg.h
+++ b/sys/dev/pci/if_tireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tireg.h,v 1.6 2000/02/15 03:56:27 jason Exp $ */
+/* $OpenBSD: if_tireg.h,v 1.7 2000/03/15 03:56:49 todd Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -332,7 +332,7 @@
*/
#define TI_OPMODE_BYTESWAP_BD 0x00000002
#define TI_OPMODE_WORDSWAP_BD 0x00000004
-#define TI_OPMODE_WARN_ENB 0x00000008 /* not yet implimented */
+#define TI_OPMODE_WARN_ENB 0x00000008 /* not yet implemented */
#define TI_OPMODE_BYTESWAP_DATA 0x00000010
#define TI_OPMODE_1_DMA_ACTIVE 0x00000040
#define TI_OPMODE_SBUS 0x00000100
@@ -342,7 +342,7 @@
#define TI_OPMODE_NO_EVENT_INTRS 0x00001000
#define TI_OPMODE_NO_TX_INTRS 0x00002000
#define TI_OPMODE_NO_RX_INTRS 0x00004000
-#define TI_OPMODE_FATAL_ENB 0x40000000 /* not yet implimented */
+#define TI_OPMODE_FATAL_ENB 0x40000000 /* not yet implemented */
/*
* DMA configuration thresholds.