Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/5937dfc091cf
branches:  trunk
changeset: 451616:5937dfc091cf
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed May 29 02:34:18 2019 +0000

description:
s/suppport/support/

diffstat:

 doc/CHANGES.prev                       |  4 ++--
 doc/roadmaps/storage                   |  4 ++--
 sys/arch/amiga/stand/loadbsd/loadbsd.c |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 710bff36b5d0 -r 5937dfc091cf doc/CHANGES.prev
--- a/doc/CHANGES.prev  Wed May 29 02:30:42 2019 +0000
+++ b/doc/CHANGES.prev  Wed May 29 02:34:18 2019 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.140 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.141 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -10132,7 +10132,7 @@
                /var/run to /var/run/{named,lwresd} for improved chroot/setuid
                support. [christos 20090412]
        libbind: Update to 6.0-rc1. Use md5 for randomid instead of
-               sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
+               sequential id, add support for DS, SSHFP, RRSIG, NSEC, DNSKEY,
                DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
                functions.  [christos 20090412]
        re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
diff -r 710bff36b5d0 -r 5937dfc091cf doc/roadmaps/storage
--- a/doc/roadmaps/storage      Wed May 29 02:30:42 2019 +0000
+++ b/doc/roadmaps/storage      Wed May 29 02:34:18 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: storage,v 1.26 2018/04/12 19:12:25 jdolecek Exp $
+$NetBSD: storage,v 1.27 2019/05/29 02:34:19 msaitoh Exp $
 
 NetBSD Storage Roadmap
 ======================
@@ -210,7 +210,7 @@
  - Contact jdolecek or tls for further information.
 
 
-7. nvme suppport
+7. nvme support
 ----------------
 
 nvme ("NVM Express") is a hardware interface standard for PCI-attached
diff -r 710bff36b5d0 -r 5937dfc091cf sys/arch/amiga/stand/loadbsd/loadbsd.c
--- a/sys/arch/amiga/stand/loadbsd/loadbsd.c    Wed May 29 02:30:42 2019 +0000
+++ b/sys/arch/amiga/stand/loadbsd/loadbsd.c    Wed May 29 02:34:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: loadbsd.c,v 1.35 2011/07/10 21:02:39 mhitch Exp $      */
+/*     $NetBSD: loadbsd.c,v 1.36 2019/05/29 02:34:18 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
@@ -413,7 +413,7 @@
                sleep(2);
        } else {
                /*
-                * Either the kernel doesn't suppport loading directly to
+                * Either the kernel doesn't support loading directly to
                 * fastmem or the -Z flag was given.  Verify kernel image
                 * fits into chipmem.
                 */



Home | Main Index | Thread Index | Old Index