Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst s/entires/entries/



details:   https://anonhg.NetBSD.org/src/rev/73a4ba608b8f
branches:  trunk
changeset: 365938:73a4ba608b8f
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed May 04 07:32:50 2022 +0000

description:
s/entires/entries/

diffstat:

 sys/arch/mips/cavium/dev/octeon_gmx.c |  6 +++---
 sys/dev/ic/aic6915reg.h               |  4 ++--
 sys/dev/ic/aic6915var.h               |  4 ++--
 usr.sbin/arp/arp.4                    |  4 ++--
 usr.sbin/sysinst/bsddisklabel.c       |  6 +++---
 5 files changed, 12 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r 40906ddc35c2 -r 73a4ba608b8f sys/arch/mips/cavium/dev/octeon_gmx.c
--- a/sys/arch/mips/cavium/dev/octeon_gmx.c     Wed May 04 06:45:53 2022 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_gmx.c     Wed May 04 07:32:50 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_gmx.c,v 1.20 2021/08/07 16:18:59 thorpej Exp $  */
+/*     $NetBSD: octeon_gmx.c,v 1.21 2022/05/04 07:32:50 andvar Exp $   */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_gmx.c,v 1.20 2021/08/07 16:18:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_gmx.c,v 1.21 2022/05/04 07:32:50 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -593,7 +593,7 @@
        }
 
        /*
-        * Note first entry is self MAC address; other 7 entires are available
+        * Note first entry is self MAC address; other 7 entries are available
         * for multicast addresses.
         */
 
diff -r 40906ddc35c2 -r 73a4ba608b8f sys/dev/ic/aic6915reg.h
--- a/sys/dev/ic/aic6915reg.h   Wed May 04 06:45:53 2022 +0000
+++ b/sys/dev/ic/aic6915reg.h   Wed May 04 07:32:50 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic6915reg.h,v 1.6 2019/08/01 15:21:09 msaitoh Exp $   */
+/*     $NetBSD: aic6915reg.h,v 1.7 2022/05/04 07:32:50 andvar Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -224,7 +224,7 @@
 
 /*
  * To make matters worse, the manual lies about the indices in the
- * completion queue entires.  It claims they are in 8-byte units,
+ * completion queue entries.  It claims they are in 8-byte units,
  * but they're actually *BYTES*, which means we need to divide by
  * 128 to get the actual index.
  */
diff -r 40906ddc35c2 -r 73a4ba608b8f sys/dev/ic/aic6915var.h
--- a/sys/dev/ic/aic6915var.h   Wed May 04 06:45:53 2022 +0000
+++ b/sys/dev/ic/aic6915var.h   Wed May 04 07:32:50 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic6915var.h,v 1.4 2012/10/27 17:18:19 chs Exp $       */
+/*     $NetBSD: aic6915var.h,v 1.5 2022/05/04 07:32:50 andvar Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
        struct sf_txdesc0 scd_txdescs[SF_NTXDESC];
 
        /*
-        * The transmit completion queue entires.
+        * The transmit completion queue entries.
         */
        struct sf_tcd scd_txcomp[SF_NTCD];
 
diff -r 40906ddc35c2 -r 73a4ba608b8f usr.sbin/arp/arp.4
--- a/usr.sbin/arp/arp.4        Wed May 04 06:45:53 2022 +0000
+++ b/usr.sbin/arp/arp.4        Wed May 04 07:32:50 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: arp.4,v 1.14 2016/10/16 05:32:30 wiz Exp $
+.\"    $NetBSD: arp.4,v 1.15 2022/05/04 07:32:50 andvar Exp $
 .\"
 .\" Copyright (c) 1985, 1986, 1988, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -65,7 +65,7 @@
 .Pp
 Each ARP cache entry is stored in a network interface which a response
 of ARP comes in.
-ARP cache entires time out periodically (normally 20 minutes after validated;
+ARP cache entries time out periodically (normally 20 minutes after validated;
 entries are not validated when not in use).
 .Pp
 ARP entries may be added, deleted or changed with the
diff -r 40906ddc35c2 -r 73a4ba608b8f usr.sbin/sysinst/bsddisklabel.c
--- a/usr.sbin/sysinst/bsddisklabel.c   Wed May 04 06:45:53 2022 +0000
+++ b/usr.sbin/sysinst/bsddisklabel.c   Wed May 04 07:32:50 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsddisklabel.c,v 1.60 2022/04/16 18:15:23 andvar Exp $ */
+/*     $NetBSD: bsddisklabel.c,v 1.61 2022/05/04 07:32:50 andvar Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -1240,7 +1240,7 @@
        if (infos == NULL)
                return;
 
-       /* pre-initialize the first entires as dummy entries */
+       /* pre-initialize the first entries as dummy entries */
        for (i = 0; i < pset->parts->num_part; i++) {
                infos[i].cur_part_id = NO_PART;
                infos[i].cur_flags = PTI_PSCHEME_INTERNAL;
@@ -1284,7 +1284,7 @@
                infos[pno].fs_type = info.fs_type;
                infos[pno].fs_version = info.fs_sub_type;
        }
-       /* Add the non-partition entires after that */
+       /* Add the non-partition entries after that */
        j = pset->parts->num_part;
        for (i = 0; i < pset->num; i++) {
                if (j >= no)



Home | Main Index | Thread Index | Old Index