Source-Changes-HG archive

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

[src/trunk]: src s/dependend/dependent/



details:   https://anonhg.NetBSD.org/src/rev/56bf0bf76c2f
branches:  trunk
changeset: 1022660:56bf0bf76c2f
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Jul 31 20:51:32 2021 +0000

description:
s/dependend/dependent/

diffstat:

 lib/libc/sys/_lwp_create.2         |  4 ++--
 lib/libedit/tty.h                  |  4 ++--
 sys/arch/atari/pci/pci_vga.c       |  6 +++---
 sys/arch/hpcmips/include/sysconf.h |  4 ++--
 sys/dev/hpc/hpcfbio.h              |  4 ++--
 sys/dev/isa/tcic2_isa.c            |  6 +++---
 6 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r b319a207bbc2 -r 56bf0bf76c2f lib/libc/sys/_lwp_create.2
--- a/lib/libc/sys/_lwp_create.2        Sat Jul 31 20:29:36 2021 +0000
+++ b/lib/libc/sys/_lwp_create.2        Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_create.2,v 1.7 2017/04/23 11:38:53 wiz Exp $
+.\"    $NetBSD: _lwp_create.2,v 1.8 2021/07/31 20:51:32 andvar Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 The signal stack of the newly created light-weight process is reset to
 disabled.
 If this context specifies invalid register values (for example priviledge
-escalation by setting machine dependend bits forbidden for user processes),
+escalation by setting machine dependent bits forbidden for user processes),
 or does not specify cpu register values (uc_flags does not have the
 _UC_CPU bit set), the call will fail and errno will be set to EINVAL.
 .Pp
diff -r b319a207bbc2 -r 56bf0bf76c2f lib/libedit/tty.h
--- a/lib/libedit/tty.h Sat Jul 31 20:29:36 2021 +0000
+++ b/lib/libedit/tty.h Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.h,v 1.23 2018/12/02 16:58:13 christos Exp $        */
+/*     $NetBSD: tty.h,v 1.24 2021/07/31 20:51:32 andvar Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -432,7 +432,7 @@
 #define        C_SH(A)         ((unsigned int)(1 << (A)))
 
 /*
- * Terminal dependend data structures
+ * Terminal dependent data structures
  */
 #define        EX_IO   0       /* while we are executing       */
 #define        ED_IO   1       /* while we are editing         */
diff -r b319a207bbc2 -r 56bf0bf76c2f sys/arch/atari/pci/pci_vga.c
--- a/sys/arch/atari/pci/pci_vga.c      Sat Jul 31 20:29:36 2021 +0000
+++ b/sys/arch/atari/pci/pci_vga.c      Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_vga.c,v 1.17 2019/05/04 09:03:08 tsutsui Exp $     */
+/*     $NetBSD: pci_vga.c,v 1.18 2021/07/31 20:51:32 andvar Exp $      */
 
 /*
  * Copyright (c) 1999 Leo Weppelman.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_vga.c,v 1.17 2019/05/04 09:03:08 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_vga.c,v 1.18 2021/07/31 20:51:32 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/queue.h>
@@ -139,7 +139,7 @@
                switch (id = PCI_PRODUCT(id)) {
 
                        /*
-                        * XXX Make the inclusion of the cases dependend
+                        * XXX Make the inclusion of the cases dependent
                         *     on config options!
                         */
                        case PCI_PRODUCT_TSENG_ET6000:
diff -r b319a207bbc2 -r 56bf0bf76c2f sys/arch/hpcmips/include/sysconf.h
--- a/sys/arch/hpcmips/include/sysconf.h        Sat Jul 31 20:29:36 2021 +0000
+++ b/sys/arch/hpcmips/include/sysconf.h        Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysconf.h,v 1.17 2011/03/16 14:43:36 tsutsui Exp $     */
+/*     $NetBSD: sysconf.h,v 1.18 2021/07/31 20:51:32 andvar Exp $      */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -55,7 +55,7 @@
 extern struct platform {
        /*
         *      cpu_intr        -       interrupt handler
-        *      cpu_idle        -       CPU dependend idle routine.
+        *      cpu_idle        -       CPU dependent idle routine.
         *      cons_init       -       console initialization
         *      fb_init         -       frame buffer initialization
         *      mem_init        -       Count available memory
diff -r b319a207bbc2 -r 56bf0bf76c2f sys/dev/hpc/hpcfbio.h
--- a/sys/dev/hpc/hpcfbio.h     Sat Jul 31 20:29:36 2021 +0000
+++ b/sys/dev/hpc/hpcfbio.h     Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcfbio.h,v 1.2 2001/07/22 09:56:41 takemura Exp $     */
+/*     $NetBSD: hpcfbio.h,v 1.3 2021/07/31 20:51:32 andvar Exp $       */
 
 /*-
  * Copyright (c) 1999
@@ -135,7 +135,7 @@
        u_long  hf_reserved[3];
 
        /*
-        * class dependend data
+        * class dependent data
         */
        short   hf_class_data_length;
        union {
diff -r b319a207bbc2 -r 56bf0bf76c2f sys/dev/isa/tcic2_isa.c
--- a/sys/dev/isa/tcic2_isa.c   Sat Jul 31 20:29:36 2021 +0000
+++ b/sys/dev/isa/tcic2_isa.c   Sat Jul 31 20:51:32 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcic2_isa.c,v 1.28 2019/11/12 13:17:44 msaitoh Exp $   */
+/*     $NetBSD: tcic2_isa.c,v 1.29 2021/07/31 20:51:32 andvar Exp $    */
 
 /*
  *
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcic2_isa.c,v 1.28 2019/11/12 13:17:44 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcic2_isa.c,v 1.29 2021/07/31 20:51:32 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -254,7 +254,7 @@
        sc->memh = memh;
 
        /*
-        * determine chip type and initialise some chip type dependend
+        * determine chip type and initialise some chip type dependent
         * parameters in softc.
         */
        sc->chipid = tcic_chipid(iot, ioh);



Home | Main Index | Thread Index | Old Index