From fa85244576ea871087d779a950aaf4c137589eb4 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Thu, 2 Apr 2020 15:30:25 +0000 Subject: [PATCH] s/impliment/implement/ in comment. --- doc/CHANGES.prev | 6 +++--- include/rpcsvc/yp_prot.h | 6 +++--- sys/arch/emips/include/bus.h | 4 ++-- sys/arch/evbcf/include/bus_space.h | 4 ++-- sys/arch/hp300/include/bus.h | 4 ++-- sys/arch/luna68k/include/bus.h | 4 ++-- sys/arch/mac68k/include/bus.h | 6 +++--- sys/arch/mvme68k/include/bus_space.h | 4 ++-- sys/arch/news68k/include/bus.h | 4 ++-- sys/arch/newsmips/include/bus.h | 4 ++-- sys/arch/next68k/include/bus_space.h | 4 ++-- sys/dev/pci/if_tireg.h | 6 +++--- 12 files changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/CHANGES.prev b/doc/CHANGES.prev index 6f96ec1f351f..196f798761fb 100644 --- a/doc/CHANGES.prev +++ b/doc/CHANGES.prev @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.153 $> +LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.154 $> Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8: @@ -1062,7 +1062,7 @@ Changes from NetBSD 0.9 to NetBSD 1.0: compat/sunos, m68k, sparc: move sunos emulation code code to /sys/compat/sunos, for use by all m68k and sparc ports. significantly cleaned and extended up from Torek's base, with - help at implimenting various system calls and ioctl's from mw + help at implementing various system calls and ioctl's from mw & pk. (deraadt) don't permit TIOCSCTTY on /dev/tty, or kernel recursion happens. from Lars Fredriksen (deraadt) @@ -1092,7 +1092,7 @@ Changes from NetBSD 0.9 to NetBSD 1.0: tunnel driver cleanup done by Brad Parker and myself (deraadt) upgraded lex to version 2.4.5. (jtc) - tty subsystem VMIN/VTIME implimentation from Marc Teitelbaum + tty subsystem VMIN/VTIME implementation from Marc Teitelbaum (deraadt) multicast patches added. Original code by Steve Mccanne and LBL. NetBSD patches diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 3b4ae96b124f..8985f711e186 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -1,4 +1,4 @@ -/* $NetBSD: yp_prot.h,v 1.19 2016/01/22 23:22:56 dholland Exp $ */ +/* $NetBSD: yp_prot.h,v 1.20 2020/04/02 15:30:25 msaitoh Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt @@ -269,8 +269,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 ((unsigned long)1) #define YPPUSHVERS_ORIG ((unsigned long)1) diff --git a/sys/arch/emips/include/bus.h b/sys/arch/emips/include/bus.h index a3a994916268..f0678807208d 100644 --- a/sys/arch/emips/include/bus.h +++ b/sys/arch/emips/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.3 2019/09/23 16:17:55 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.4 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. @@ -291,7 +291,7 @@ __EMIPS_bus_space_write_multi(4,32) #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 #undef __EMIPS_bus_space_write_multi diff --git a/sys/arch/evbcf/include/bus_space.h b/sys/arch/evbcf/include/bus_space.h index 08550b2ef185..bc9e5a76f315 100644 --- a/sys/arch/evbcf/include/bus_space.h +++ b/sys/arch/evbcf/include/bus_space.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus_space.h,v 1.3 2019/09/23 16:17:55 skrll Exp $ */ +/* $NetBSD: bus_space.h,v 1.4 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -398,7 +398,7 @@ struct mvme68k_bus_space_tag { #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/arch/hp300/include/bus.h b/sys/arch/hp300/include/bus.h index 0eb4b6a1cf73..2c29753dac73 100644 --- a/sys/arch/hp300/include/bus.h +++ b/sys/arch/hp300/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.19 2019/09/23 16:17:55 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.20 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -484,7 +484,7 @@ do { \ #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/arch/luna68k/include/bus.h b/sys/arch/luna68k/include/bus.h index c15eb769b429..4d47932c17d7 100644 --- a/sys/arch/luna68k/include/bus.h +++ b/sys/arch/luna68k/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.14 2019/09/23 16:17:56 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.15 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -349,7 +349,7 @@ void bus_space_free(bus_space_tag_t t, bus_space_handle_t bsh, #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/arch/mac68k/include/bus.h b/sys/arch/mac68k/include/bus.h index 8eefae942302..409fa108b086 100644 --- a/sys/arch/mac68k/include/bus.h +++ b/sys/arch/mac68k/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.28 2019/09/23 16:17:56 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.29 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -538,9 +538,9 @@ void mac68k_bswms4_gen(bus_space_tag_t, bus_space_handle_t *, bus_size_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 !!! #define bus_space_write_multi_stream_8(t, h, o, a, c) \ - !!! bus_space_write_multi_stream_8 unimplimented !!! + !!! bus_space_write_multi_stream_8 unimplemented !!! #endif /* diff --git a/sys/arch/mvme68k/include/bus_space.h b/sys/arch/mvme68k/include/bus_space.h index 4ba6003d1512..5a4c7feb5114 100644 --- a/sys/arch/mvme68k/include/bus_space.h +++ b/sys/arch/mvme68k/include/bus_space.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus_space.h,v 1.15 2019/09/23 16:17:56 skrll Exp $ */ +/* $NetBSD: bus_space.h,v 1.16 2020/04/02 15:30:26 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -401,7 +401,7 @@ struct mvme68k_bus_space_tag { #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/arch/news68k/include/bus.h b/sys/arch/news68k/include/bus.h index e888ddcc9895..b42ecbdade41 100644 --- a/sys/arch/news68k/include/bus.h +++ b/sys/arch/news68k/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.10 2019/09/23 16:17:57 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.11 2020/04/02 15:30:27 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -363,7 +363,7 @@ int news68k_bus_space_probe(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/arch/newsmips/include/bus.h b/sys/arch/newsmips/include/bus.h index 34a4b6474859..11a9eaaee9a4 100644 --- a/sys/arch/newsmips/include/bus.h +++ b/sys/arch/newsmips/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.21 2019/09/23 16:17:57 skrll Exp $ */ +/* $NetBSD: bus.h,v 1.22 2020/04/02 15:30:27 msaitoh Exp $ */ /* * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc. @@ -279,7 +279,7 @@ __NEWSMIPS_bus_space_write_multi(4,32) #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 #undef __NEWSMIPS_bus_space_write_multi diff --git a/sys/arch/next68k/include/bus_space.h b/sys/arch/next68k/include/bus_space.h index e1a83c1d5af6..0cc00517963d 100644 --- a/sys/arch/next68k/include/bus_space.h +++ b/sys/arch/next68k/include/bus_space.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus_space.h,v 1.17 2019/09/23 16:17:57 skrll Exp $ */ +/* $NetBSD: bus_space.h,v 1.18 2020/04/02 15:30:27 msaitoh Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -337,7 +337,7 @@ typedef u_long bus_space_handle_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 3f0b30d372b2..8fb22a9a0519 100644 --- a/sys/dev/pci/if_tireg.h +++ b/sys/dev/pci/if_tireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_tireg.h,v 1.28 2020/03/05 16:05:45 msaitoh Exp $ */ +/* $NetBSD: if_tireg.h,v 1.29 2020/04/02 15:30:27 msaitoh Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -288,7 +288,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 @@ -298,7 +298,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.