Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/acpitools/aml s/existant/existent/ in comments and ...



details:   https://anonhg.NetBSD.org/src/rev/623d7cc6df95
branches:  trunk
changeset: 1023331:623d7cc6df95
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Sep 03 22:33:17 2021 +0000

description:
s/existant/existent/ in comments and messages, plus few more similar fixes.

diffstat:

 sys/arch/emips/ebus/ace_ebus.c           |   6 +++---
 sys/arch/mips/ralink/ralink_gpio.c       |  12 ++++++------
 sys/dev/microcode/aic7xxx/aic79xx.seq    |   4 ++--
 sys/dev/microcode/aic7xxx/aic7xxx.seq    |   4 ++--
 sys/dev/pci/mly.c                        |   6 +++---
 tests/lib/libc/gen/posix_spawn/t_spawn.c |   6 +++---
 tests/sys/uvm/t_uvm_physseg.c            |   6 +++---
 usr.sbin/acpitools/aml/aml_store.c       |   6 +++---
 8 files changed, 25 insertions(+), 25 deletions(-)

diffs (228 lines):

diff -r c12c3fd547c4 -r 623d7cc6df95 sys/arch/emips/ebus/ace_ebus.c
--- a/sys/arch/emips/ebus/ace_ebus.c    Fri Sep 03 22:27:32 2021 +0000
+++ b/sys/arch/emips/ebus/ace_ebus.c    Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ace_ebus.c,v 1.24 2021/07/24 21:31:32 andvar Exp $     */
+/*     $NetBSD: ace_ebus.c,v 1.25 2021/09/03 22:33:17 andvar Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.24 2021/07/24 21:31:32 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.25 2021/09/03 22:33:17 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1313,7 +1313,7 @@
                                SysaceDumpRegisters(sc->sc_dr);
                                /*
                                 * Ignore, we'll handle it the next time around
-                                * BUGBUG To be revised along with non-existant
+                                * BUGBUG To be revised along with non-existent
                                 * error handling
                                 */
                        }
diff -r c12c3fd547c4 -r 623d7cc6df95 sys/arch/mips/ralink/ralink_gpio.c
--- a/sys/arch/mips/ralink/ralink_gpio.c        Fri Sep 03 22:27:32 2021 +0000
+++ b/sys/arch/mips/ralink/ralink_gpio.c        Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ralink_gpio.c,v 1.11 2021/08/07 16:18:59 thorpej Exp $ */
+/*     $NetBSD: ralink_gpio.c,v 1.12 2021/09/03 22:33:17 andvar Exp $  */
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
 /* ra_gpio.c -- Ralink 3052 gpio driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_gpio.c,v 1.11 2021/08/07 16:18:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_gpio.c,v 1.12 2021/09/03 22:33:17 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -900,7 +900,7 @@
                 * then warn and return 0
                 */
                const int index = pin_tab_index[pin];
-               KASSERTMSG(index != -1, "%s: non-existant pin=%d\n",
+               KASSERTMSG(index != -1, "%s: non-existent pin=%d\n",
                        __func__, pin);
                if (index == -1) {
                        rv = 0;
@@ -1001,7 +1001,7 @@
         * then warn and return
         */
        const int index = pin_tab_index[pin];
-       KASSERTMSG(index != -1, "%s: non-existant pin=%d\n", __func__, pin);
+       KASSERTMSG(index != -1, "%s: non-existent pin=%d\n", __func__, pin);
        if (index == -1)
                return;
 
@@ -1432,7 +1432,7 @@
 {
        RALINK_DEBUG_FUNC_ENTRY();
        const int index = pin_tab_index[pin];
-       KASSERTMSG(index != -1, "%s: non-existant pin=%d\n", __func__, pin);
+       KASSERTMSG(index != -1, "%s: non-existent pin=%d\n", __func__, pin);
        if (index == -1)
                return;
 
@@ -1456,7 +1456,7 @@
 enable_gpio_interrupt(ra_gpio_softc_t *sc, int pin)
 {
        const int index = pin_tab_index[pin];
-       KASSERTMSG(index != -1, "%s: non-existant pin=%d\n", __func__, pin);
+       KASSERTMSG(index != -1, "%s: non-existent pin=%d\n", __func__, pin);
        if (index == -1)
                return;
 
diff -r c12c3fd547c4 -r 623d7cc6df95 sys/dev/microcode/aic7xxx/aic79xx.seq
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq     Fri Sep 03 22:27:32 2021 +0000
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq     Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.seq,v 1.12 2019/06/04 10:15:22 msaitoh Exp $   */
+/*     $NetBSD: aic79xx.seq,v 1.13 2021/09/03 22:33:17 andvar Exp $    */
 
 /*
  * Adaptec U320 device driver firmware for Linux and FreeBSD.
@@ -1274,7 +1274,7 @@
 
        /*
         * We fetch a "cacheline aligned" and sized amount of data
-        * so we don't end up referencing a non-existant page.
+        * so we don't end up referencing a non-existent page.
         * Cacheline aligned is in quotes because the kernel will
         * set the prefetch amount to a reasonable level if the
         * cacheline size is unknown.
diff -r c12c3fd547c4 -r 623d7cc6df95 sys/dev/microcode/aic7xxx/aic7xxx.seq
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq     Fri Sep 03 22:27:32 2021 +0000
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq     Fri Sep 03 22:33:17 2021 +0000
@@ -40,7 +40,7 @@
  * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
  */
 
-VERSION = "$NetBSD: aic7xxx.seq,v 1.20 2019/06/04 10:15:22 msaitoh Exp $"
+VERSION = "$NetBSD: aic7xxx.seq,v 1.21 2021/09/03 22:33:17 andvar Exp $"
 PATCH_ARG_LIST = "struct ahc_softc *ahc"
 PREFIX = "ahc_"
 
@@ -751,7 +751,7 @@
 
        /*
         * We fetch a "cacheline aligned" and sized amount of data
-        * so we don't end up referencing a non-existant page.
+        * so we don't end up referencing a non-existent page.
         * Cacheline aligned is in quotes because the kernel will
         * set the prefetch amount to a reasonable level if the
         * cacheline size is unknown.
diff -r c12c3fd547c4 -r 623d7cc6df95 sys/dev/pci/mly.c
--- a/sys/dev/pci/mly.c Fri Sep 03 22:27:32 2021 +0000
+++ b/sys/dev/pci/mly.c Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mly.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $ */
+/*     $NetBSD: mly.c,v 1.56 2021/09/03 22:33:17 andvar Exp $  */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.55 2021/08/07 16:19:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mly.c,v 1.56 2021/09/03 22:33:17 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1826,7 +1826,7 @@
                splx(s);
 
                /*
-                * Check for I/O attempt to a protected or non-existant
+                * Check for I/O attempt to a protected or non-existent
                 * device.
                 */
                if ((tmp & MLY_BTL_PROTECTED) != 0) {
diff -r c12c3fd547c4 -r 623d7cc6df95 tests/lib/libc/gen/posix_spawn/t_spawn.c
--- a/tests/lib/libc/gen/posix_spawn/t_spawn.c  Fri Sep 03 22:27:32 2021 +0000
+++ b/tests/lib/libc/gen/posix_spawn/t_spawn.c  Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_spawn.c,v 1.2 2014/10/18 08:33:30 snj Exp $ */
+/* $NetBSD: t_spawn.c,v 1.3 2021/09/03 22:33:18 andvar Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
 ATF_TC_HEAD(t_spawn_missing, tc)
 {
        atf_tc_set_md_var(tc, "descr",
-           "posix_spawn a non existant binary");
+           "posix_spawn a non-existent binary");
 }
 
 ATF_TC_BODY(t_spawn_missing, tc)
@@ -117,7 +117,7 @@
 ATF_TC_HEAD(t_spawn_nonexec, tc)
 {
        atf_tc_set_md_var(tc, "descr",
-           "posix_spawn a script with non existing interpreter");
+           "posix_spawn a script with non-existent interpreter");
 }
 
 ATF_TC_BODY(t_spawn_nonexec, tc)
diff -r c12c3fd547c4 -r 623d7cc6df95 tests/sys/uvm/t_uvm_physseg.c
--- a/tests/sys/uvm/t_uvm_physseg.c     Fri Sep 03 22:27:32 2021 +0000
+++ b/tests/sys/uvm/t_uvm_physseg.c     Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_uvm_physseg.c,v 1.9 2021/08/13 20:19:13 andvar Exp $ */
+/* $NetBSD: t_uvm_physseg.c,v 1.10 2021/09/03 22:33:18 andvar Exp $ */
 
 /*-
  * Copyright (c) 2015, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_uvm_physseg.c,v 1.9 2021/08/13 20:19:13 andvar Exp $");
+__RCSID("$NetBSD: t_uvm_physseg.c,v 1.10 2021/09/03 22:33:18 andvar Exp $");
 
 /*
  * If this line is commented out tests related to uvm_physseg_get_pmseg()
@@ -1886,7 +1886,7 @@
 ATF_TC_HEAD(vm_physseg_find_invalid, tc)
 {
        atf_tc_set_md_var(tc, "descr", "Tests if the returned segment number \
-           is (paddr_t) -1  when a non existant PFN is passed into \
+           is (paddr_t) -1  when a non-existent PFN is passed into \
            uvm_physseg_find() call.");
 }
 ATF_TC_BODY(vm_physseg_find_invalid, tc)
diff -r c12c3fd547c4 -r 623d7cc6df95 usr.sbin/acpitools/aml/aml_store.c
--- a/usr.sbin/acpitools/aml/aml_store.c        Fri Sep 03 22:27:32 2021 +0000
+++ b/usr.sbin/acpitools/aml/aml_store.c        Fri Sep 03 22:33:17 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aml_store.c,v 1.2 2019/02/03 03:19:30 mrg Exp $        */
+/*     $NetBSD: aml_store.c,v 1.3 2021/09/03 22:33:18 andvar Exp $     */
 
 /*-
  * Copyright (c) 1999 Takanori Watanabe
@@ -30,7 +30,7 @@
  *     $FreeBSD: src/usr.sbin/acpi/amldb/aml/aml_store.c,v 1.3 2000/11/09 06:24:45 iwasaki Exp $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: aml_store.c,v 1.2 2019/02/03 03:19:30 mrg Exp $");
+__RCSID("$NetBSD: aml_store.c,v 1.3 2021/09/03 22:33:18 andvar Exp $");
 
 #include <sys/param.h>
 
@@ -305,7 +305,7 @@
                return;
        }
        if (name == NULL || obj == NULL) {
-               AML_DEBUGPRINT("[Try to store no existant name ]");
+               AML_DEBUGPRINT("[Try to store non-existent name]");
                return;
        }
        if (name->property == NULL) {



Home | Main Index | Thread Index | Old Index