implimented -> implemented
authortodd <todd@openbsd.org>
Wed, 15 Mar 2000 03:56:48 +0000 (03:56 +0000)
committertodd <todd@openbsd.org>
Wed, 15 Mar 2000 03:56:48 +0000 (03:56 +0000)
include/poll.h
include/rpcsvc/yp_prot.h
lib/libc/yp/yp_order.c
sys/arch/i386/include/bus.h
sys/arch/mac68k/include/bus.h
sys/dev/pci/if_tireg.h

index dfc7dc2..896c8d0 100644 (file)
@@ -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>
index 5eb4691..1265927 100644 (file)
@@ -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)
index 458a408..9e864b1 100644 (file)
@@ -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;
index 5f0949d..0ee26b6 100644 (file)
@@ -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
 
 /*
index 5508b04..a303507 100644 (file)
@@ -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
 
 /*
index be71152..2918192 100644 (file)
@@ -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
  */
 #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
 #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.