Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/suport/support/



details:   https://anonhg.NetBSD.org/src/rev/89fd231149e2
branches:  trunk
changeset: 466598:89fd231149e2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 27 09:22:19 2019 +0000

description:
s/suport/support/

diffstat:

 doc/CHANGES.prev                       |  4 ++--
 sys/arch/acorn32/stand/boot32/boot32.c |  4 ++--
 sys/arch/evbmips/conf/files.evbmips    |  4 ++--
 sys/arch/sgimips/dev/crmfb.c           |  6 +++---
 sys/dev/dm/dm_target_zero.c            |  6 +++---
 sys/dev/ic/bwfm.c                      |  4 ++--
 sys/dev/ic/lsi64854var.h               |  4 ++--
 sys/dev/isa/pas.c                      |  6 +++---
 sys/dev/pci/cxgb/cxgb_offload.c        |  4 ++--
 usr.sbin/inetd/inetd.c                 |  6 +++---
 10 files changed, 24 insertions(+), 24 deletions(-)

diffs (219 lines):

diff -r f72b96185708 -r 89fd231149e2 doc/CHANGES.prev
--- a/doc/CHANGES.prev  Fri Dec 27 09:17:59 2019 +0000
+++ b/doc/CHANGES.prev  Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.152 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.153 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -9331,7 +9331,7 @@
        iwn(4): Added a driver for the Intel Pro/Wireless Lan 4965AGN          
                Mini-PCI Adapter, ported from OpenBSD. [ober 20080209]
        pcc(1): Import PCC 0.9.9-080210. [ragge 20080210]
-       uhmodem(4): Add suport for NTT DoCoMo A2502 3G/HSDPA modem.
+       uhmodem(4): Add support for NTT DoCoMo A2502 3G/HSDPA modem.
                [ichiro 20080211]
        libc: Enable atomic_ops(3) in userspace. [ad 20080210]
        ofppc: Add support for the 7046-B50. [garbled 20080213]
diff -r f72b96185708 -r 89fd231149e2 sys/arch/acorn32/stand/boot32/boot32.c
--- a/sys/arch/acorn32/stand/boot32/boot32.c    Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/arch/acorn32/stand/boot32/boot32.c    Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot32.c,v 1.46 2019/01/23 14:52:49 sborrill Exp $     */
+/*     $NetBSD: boot32.c,v 1.47 2019/12/27 09:22:19 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 2002 Reinoud Zandijk
@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * Thanks a bunch for Ben's framework for the bootloader and its suporting
+ * Thanks a bunch for Ben's framework for the bootloader and its supporting
  * libs. This file tries to actually boot NetBSD/acorn32 !
  *
  */
diff -r f72b96185708 -r 89fd231149e2 sys/arch/evbmips/conf/files.evbmips
--- a/sys/arch/evbmips/conf/files.evbmips       Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/arch/evbmips/conf/files.evbmips       Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.evbmips,v 1.7 2011/08/27 13:34:29 bouyer Exp $
+#      $NetBSD: files.evbmips,v 1.8 2019/12/27 09:22:20 msaitoh Exp $
 
 # maxpartitions must be the first item in files.${ARCH}
 maxpartitions 16
@@ -20,7 +20,7 @@
 # Console glue.
 file   dev/cons.c
 
-# PMON suport
+# PMON support
 defflag        PMON
 file   arch/mips/pmon/pmon.c           pmon
 file   arch/mips/pmon/pmon32.S         pmon
diff -r f72b96185708 -r 89fd231149e2 sys/arch/sgimips/dev/crmfb.c
--- a/sys/arch/sgimips/dev/crmfb.c      Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/arch/sgimips/dev/crmfb.c      Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crmfb.c,v 1.46 2019/12/22 23:23:31 thorpej Exp $ */
+/* $NetBSD: crmfb.c,v 1.47 2019/12/27 09:22:20 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: crmfb.c,v 1.46 2019/12/22 23:23:31 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: crmfb.c,v 1.47 2019/12/27 09:22:20 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1148,7 +1148,7 @@
                sc->sc_mte_x_shift = 2;
                break;
        default:
-               panic("%s: unsuported colour depth %d\n", __func__,
+               panic("%s: unsupported colour depth %d\n", __func__,
                    depth);
        }
        sc->sc_needs_sync = 0;
diff -r f72b96185708 -r 89fd231149e2 sys/dev/dm/dm_target_zero.c
--- a/sys/dev/dm/dm_target_zero.c       Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/dev/dm/dm_target_zero.c       Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD: dm_target_zero.c,v 1.30 2019/12/23 16:17:35 tkusumi Exp $      */
+/*        $NetBSD: dm_target_zero.c,v 1.31 2019/12/27 09:22:20 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dm_target_zero.c,v 1.30 2019/12/23 16:17:35 tkusumi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dm_target_zero.c,v 1.31 2019/12/27 09:22:20 msaitoh Exp $");
 
 /*
  * This file implements initial version of device-mapper zero target.
@@ -140,7 +140,7 @@
        return 0;
 }
 
-/* Unsuported for this target. */
+/* Unsupported for this target. */
 int
 dm_target_zero_upcall(dm_table_entry_t *table_en, struct buf *bp)
 {
diff -r f72b96185708 -r 89fd231149e2 sys/dev/ic/bwfm.c
--- a/sys/dev/ic/bwfm.c Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/dev/ic/bwfm.c Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bwfm.c,v 1.18 2019/10/28 06:37:51 mlelstv Exp $ */
+/* $NetBSD: bwfm.c,v 1.19 2019/12/27 09:22:20 msaitoh Exp $ */
 /* $OpenBSD: bwfm.c,v 1.5 2017/10/16 22:27:16 patrick Exp $ */
 /*
  * Copyright (c) 2010-2016 Broadcom Corporation
@@ -186,7 +186,7 @@
            IEEE80211_C_AES |
            IEEE80211_C_AES_CCM |
 #if notyet
-           IEEE80211_C_MONITOR |               /* monitor mode suported */
+           IEEE80211_C_MONITOR |               /* monitor mode supported */
            IEEE80211_C_IBSS |
            IEEE80211_C_TXPMGT |
            IEEE80211_C_WME |
diff -r f72b96185708 -r 89fd231149e2 sys/dev/ic/lsi64854var.h
--- a/sys/dev/ic/lsi64854var.h  Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/dev/ic/lsi64854var.h  Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lsi64854var.h,v 1.12 2008/04/28 20:23:50 martin Exp $ */
+/*     $NetBSD: lsi64854var.h,v 1.13 2019/12/27 09:22:20 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 
        bus_space_handle_t      sc_regs;        /* the registers */
        u_int                   sc_rev;         /* revision */
-       int                     sc_burst;       /* max suported burst size */
+       int                     sc_burst;       /* max supported burst size */
 
        int                     sc_channel;
 #define L64854_CHANNEL_SCSI    1
diff -r f72b96185708 -r 89fd231149e2 sys/dev/isa/pas.c
--- a/sys/dev/isa/pas.c Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/dev/isa/pas.c Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pas.c,v 1.72 2019/05/08 13:40:18 isaki Exp $   */
+/*     $NetBSD: pas.c,v 1.73 2019/12/27 09:22:20 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -42,7 +42,7 @@
  */
 /*
  * Todo:
- *     - look at other PAS drivers (for PAS native suport)
+ *     - look at other PAS drivers (for PAS native support)
  *     - use common sb.c once emulation is setup
  */
 /*
@@ -57,7 +57,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pas.c,v 1.72 2019/05/08 13:40:18 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pas.c,v 1.73 2019/12/27 09:22:20 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r f72b96185708 -r 89fd231149e2 sys/dev/pci/cxgb/cxgb_offload.c
--- a/sys/dev/pci/cxgb/cxgb_offload.c   Fri Dec 27 09:17:59 2019 +0000
+++ b/sys/dev/pci/cxgb/cxgb_offload.c   Fri Dec 27 09:22:19 2019 +0000
@@ -31,7 +31,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.5 2018/09/03 16:29:32 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cxgb_offload.c,v 1.6 2019/12/27 09:22:20 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1058,7 +1058,7 @@
     unregister_jprobe(&neigh_update_jprobe);
 }
 
-#else /* Module suport */
+#else /* Module support */
 static inline int
 prepare_arp_with_t3core(void)
 {
diff -r f72b96185708 -r 89fd231149e2 usr.sbin/inetd/inetd.c
--- a/usr.sbin/inetd/inetd.c    Fri Dec 27 09:17:59 2019 +0000
+++ b/usr.sbin/inetd/inetd.c    Fri Dec 27 09:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inetd.c,v 1.125 2017/11/28 11:51:11 martin Exp $       */
+/*     $NetBSD: inetd.c,v 1.126 2019/12/27 09:22:20 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
 #if 0
 static char sccsid[] = "@(#)inetd.c    8.4 (Berkeley) 4/13/94";
 #else
-__RCSID("$NetBSD: inetd.c,v 1.125 2017/11/28 11:51:11 martin Exp $");
+__RCSID("$NetBSD: inetd.c,v 1.126 2019/12/27 09:22:20 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -1557,7 +1557,7 @@
                                        goto badafterall;
                        }
 #else
-                       syslog(LOG_ERR, "%s: rpc services not suported",
+                       syslog(LOG_ERR, "%s: rpc services not supported",
                            sep->se_service);
                        goto more;
 #endif /* RPC */



Home | Main Index | Thread Index | Old Index