Source-Changes-HG archive

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

[src/trunk]: src s/begining/beginning/ in comments and messages.



details:   https://anonhg.NetBSD.org/src/rev/368f32a4eb46
branches:  trunk
changeset: 359812:368f32a4eb46
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Jan 24 09:14:36 2022 +0000

description:
s/begining/beginning/ in comments and messages.

diffstat:

 bin/mt/mt.c                      |   6 +++---
 lib/libc/resolv/res_comp.c       |   6 +++---
 lib/libc/rpc/clnt_dg.c           |   8 ++++----
 lib/libc/rpc/clnt_vc.c           |   8 ++++----
 lib/libresolv/dst_api.c          |   6 +++---
 sbin/scsictl/scsi_sense.c        |   6 +++---
 sys/arch/arm/imx/if_enet.c       |   6 +++---
 sys/arch/hpcmips/dev/plumiobus.c |   6 +++---
 sys/dev/raidframe/rf_dagdegrd.c  |  12 ++++++------
 usr.bin/login/login_pam.c        |   6 +++---
 usr.bin/tip/tip.h                |   4 ++--
 usr.bin/vgrind/extern.h          |   4 ++--
 usr.bin/vgrind/vfontedpr.c       |   6 +++---
 usr.sbin/installboot/arch/vax.c  |   6 +++---
 usr.sbin/mmcformat/uscsi_sense.c |   4 ++--
 usr.sbin/sysinst/mbr.c           |   4 ++--
 16 files changed, 49 insertions(+), 49 deletions(-)

diffs (truncated from 441 to 300 lines):

diff -r 5cf12917fc5e -r 368f32a4eb46 bin/mt/mt.c
--- a/bin/mt/mt.c       Mon Jan 24 01:57:52 2022 +0000
+++ b/bin/mt/mt.c       Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mt.c,v 1.48 2018/09/01 06:56:23 mlelstv Exp $ */
+/* $NetBSD: mt.c,v 1.49 2022/01/24 09:14:36 andvar Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)mt.c       8.2 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: mt.c,v 1.48 2018/09/01 06:56:23 mlelstv Exp $");
+__RCSID("$NetBSD: mt.c,v 1.49 2022/01/24 09:14:36 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -175,7 +175,7 @@
                        /* If mtget.mt_fileno was implemented, We could
                           compute the minimal seek needed to position
                           the tape.  Until then, rewind and seek from
-                          begining-of-tape */
+                          beginning-of-tape */
 
                        mt_com.mt_op = MTREW;
                        mt_com.mt_count = 1;
diff -r 5cf12917fc5e -r 368f32a4eb46 lib/libc/resolv/res_comp.c
--- a/lib/libc/resolv/res_comp.c        Mon Jan 24 01:57:52 2022 +0000
+++ b/lib/libc/resolv/res_comp.c        Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_comp.c,v 1.13 2015/02/24 17:56:20 christos Exp $   */
+/*     $NetBSD: res_comp.c,v 1.14 2022/01/24 09:14:36 andvar Exp $     */
 
 /*
  * Copyright (c) 1985, 1993
@@ -71,7 +71,7 @@
 static const char sccsid[] = "@(#)res_comp.c   8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_comp.c,v 1.5 2005/07/28 06:51:50 marka Exp";
 #else
-__RCSID("$NetBSD: res_comp.c,v 1.13 2015/02/24 17:56:20 christos Exp $");
+__RCSID("$NetBSD: res_comp.c,v 1.14 2022/01/24 09:14:36 andvar Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -105,7 +105,7 @@
 /*%
  * Expand compressed domain name 'src' to full domain name.
  *
- * \li 'msg' is a pointer to the begining of the message,
+ * \li 'msg' is a pointer to the beginning of the message,
  * \li 'eom' points to the first location after the message,
  * \li 'dst' is a pointer to a buffer of size 'dstsiz' for the result.
  * \li Return size of compressed name or -1 if there was an error.
diff -r 5cf12917fc5e -r 368f32a4eb46 lib/libc/rpc/clnt_dg.c
--- a/lib/libc/rpc/clnt_dg.c    Mon Jan 24 01:57:52 2022 +0000
+++ b/lib/libc/rpc/clnt_dg.c    Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $     */
+/*     $NetBSD: clnt_dg.c,v 1.32 2022/01/24 09:14:36 andvar Exp $      */
 
 /*
  * Copyright (c) 2010, Oracle America, Inc.
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro";
 #else
-__RCSID("$NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $");
+__RCSID("$NetBSD: clnt_dg.c,v 1.32 2022/01/24 09:14:36 andvar Exp $");
 #endif
 #endif
 
@@ -652,7 +652,7 @@
                /*
                 * This RELIES on the information that, in the call body,
                 * the version number field is the fifth field from the
-                * begining of the RPC header. MUST be changed if the
+                * beginning of the RPC header. MUST be changed if the
                 * call_struct is changed
                 */
                *(u_int32_t *)(void *)info =
@@ -669,7 +669,7 @@
                /*
                 * This RELIES on the information that, in the call body,
                 * the program number field is the fourth field from the
-                * begining of the RPC header. MUST be changed if the
+                * beginning of the RPC header. MUST be changed if the
                 * call_struct is changed
                 */
                *(u_int32_t *)(void *)info =
diff -r 5cf12917fc5e -r 368f32a4eb46 lib/libc/rpc/clnt_vc.c
--- a/lib/libc/rpc/clnt_vc.c    Mon Jan 24 01:57:52 2022 +0000
+++ b/lib/libc/rpc/clnt_vc.c    Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clnt_vc.c,v 1.27 2021/08/21 23:00:30 andvar Exp $      */
+/*     $NetBSD: clnt_vc.c,v 1.28 2022/01/24 09:14:36 andvar Exp $      */
 
 /*
  * Copyright (c) 2010, Oracle America, Inc.
@@ -38,7 +38,7 @@
 static char *sccsid = "@(#)clnt_tcp.c  2.2 88/08/01 4.0 RPCSRC";
 static char sccsid[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro";
 #else
-__RCSID("$NetBSD: clnt_vc.c,v 1.27 2021/08/21 23:00:30 andvar Exp $");
+__RCSID("$NetBSD: clnt_vc.c,v 1.28 2022/01/24 09:14:36 andvar Exp $");
 #endif
 #endif
  
@@ -616,7 +616,7 @@
                /*
                 * This RELIES on the information that, in the call body,
                 * the version number field is the fifth field from the
-                * begining of the RPC header. MUST be changed if the
+                * beginning of the RPC header. MUST be changed if the
                 * call_struct is changed
                 */
                ntohlp(info, ct->ct_u.ct_mcallc + 4 * BYTES_PER_XDR_UNIT);
@@ -630,7 +630,7 @@
                /*
                 * This RELIES on the information that, in the call body,
                 * the program number field is the fourth field from the
-                * begining of the RPC header. MUST be changed if the
+                * beginning of the RPC header. MUST be changed if the
                 * call_struct is changed
                 */
                ntohlp(info, ct->ct_u.ct_mcallc + 3 * BYTES_PER_XDR_UNIT);
diff -r 5cf12917fc5e -r 368f32a4eb46 lib/libresolv/dst_api.c
--- a/lib/libresolv/dst_api.c   Mon Jan 24 01:57:52 2022 +0000
+++ b/lib/libresolv/dst_api.c   Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dst_api.c,v 1.7 2021/12/31 20:22:48 andvar Exp $       */
+/*     $NetBSD: dst_api.c,v 1.8 2022/01/24 09:14:37 andvar Exp $       */
 
 /*
  * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
@@ -40,7 +40,7 @@
 #if 0
 static const char rcsid[] = "Header: /proj/cvs/prod/libbind/dst/dst_api.c,v 1.17 2007/09/24 17:18:25 each Exp ";
 #else
-__RCSID("$NetBSD: dst_api.c,v 1.7 2021/12/31 20:22:48 andvar Exp $");
+__RCSID("$NetBSD: dst_api.c,v 1.8 2022/01/24 09:14:37 andvar Exp $");
 #endif
 
 
@@ -680,7 +680,7 @@
                start += 2;
        }
        /*
-        * now point to the begining of the data representing the encoding
+        * now point to the beginning of the data representing the encoding
         * of the key
         */
        if (key_st->dk_func && key_st->dk_func->from_dns_key) {
diff -r 5cf12917fc5e -r 368f32a4eb46 sbin/scsictl/scsi_sense.c
--- a/sbin/scsictl/scsi_sense.c Mon Jan 24 01:57:52 2022 +0000
+++ b/sbin/scsictl/scsi_sense.c Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsi_sense.c,v 1.9 2011/06/22 05:18:03 mrg Exp $       */
+/*     $NetBSD: scsi_sense.c,v 1.10 2022/01/24 09:14:37 andvar Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: scsi_sense.c,v 1.9 2011/06/22 05:18:03 mrg Exp $");
+__RCSID("$NetBSD: scsi_sense.c,v 1.10 2022/01/24 09:14:37 andvar Exp $");
 #endif
 
 
@@ -212,7 +212,7 @@
 { 0x3B, 0x07, "Failed To Sense Bottom-Of-Form" },
 { 0x3B, 0x08, "Reposition Error" },
 { 0x3B, 0x09, "Read Past End Of Medium" },
-{ 0x3B, 0x0A, "Read Past Begining Of Medium" },
+{ 0x3B, 0x0A, "Read Past Beginning Of Medium" },
 { 0x3B, 0x0B, "Position Past End Of Medium" },
 { 0x3B, 0x0C, "Position Past Beginning Of Medium" },
 { 0x3B, 0x0D, "Medium Destination Element Full" },
diff -r 5cf12917fc5e -r 368f32a4eb46 sys/arch/arm/imx/if_enet.c
--- a/sys/arch/arm/imx/if_enet.c        Mon Jan 24 01:57:52 2022 +0000
+++ b/sys/arch/arm/imx/if_enet.c        Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_enet.c,v 1.34 2021/12/31 14:25:22 riastradh Exp $   */
+/*     $NetBSD: if_enet.c,v 1.35 2022/01/24 09:14:37 andvar Exp $      */
 
 /*
  * Copyright (c) 2014 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_enet.c,v 1.34 2021/12/31 14:25:22 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_enet.c,v 1.35 2022/01/24 09:14:37 andvar Exp $");
 
 #include "vlan.h"
 
@@ -1537,7 +1537,7 @@
                                        if (chiplen &&
                                            (M_TRAILINGSPACE(mt) < chiplen)) {
                                                /*
-                                                * move data to the begining of
+                                                * move data to the beginning of
                                                 * m_dat[] (aligned) to en-
                                                 * large trailingspace
                                                 */
diff -r 5cf12917fc5e -r 368f32a4eb46 sys/arch/hpcmips/dev/plumiobus.c
--- a/sys/arch/hpcmips/dev/plumiobus.c  Mon Jan 24 01:57:52 2022 +0000
+++ b/sys/arch/hpcmips/dev/plumiobus.c  Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plumiobus.c,v 1.18 2021/08/07 16:18:54 thorpej Exp $ */
+/*     $NetBSD: plumiobus.c,v 1.19 2022/01/24 09:14:37 andvar Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: plumiobus.c,v 1.18 2021/08/07 16:18:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: plumiobus.c,v 1.19 2022/01/24 09:14:37 andvar Exp $");
 
 #define PLUMIOBUSDEBUG
 
@@ -236,7 +236,7 @@
 
        reg = PLUM_IOBUS_IOXCCNT_MASK &
            plum_conf_read(regt, regh, PLUM_IOBUS_IOXCCNT_REG);
-       printf(" # of wait to become from the access begining: %d clock\n",
+       printf(" # of wait to become from the access beginning: %d clock\n",
            reg + 1);
        reg = plum_conf_read(regt, regh, PLUM_IOBUS_IOXACNT_REG);
        printf(" # of wait in access clock: ");
diff -r 5cf12917fc5e -r 368f32a4eb46 sys/dev/raidframe/rf_dagdegrd.c
--- a/sys/dev/raidframe/rf_dagdegrd.c   Mon Jan 24 01:57:52 2022 +0000
+++ b/sys/dev/raidframe/rf_dagdegrd.c   Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_dagdegrd.c,v 1.32 2021/07/23 00:54:45 oster Exp $   */
+/*     $NetBSD: rf_dagdegrd.c,v 1.33 2022/01/24 09:14:37 andvar Exp $  */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.32 2021/07/23 00:54:45 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.33 2022/01/24 09:14:37 andvar Exp $");
 
 #include <dev/raidframe/raidframevar.h>
 
@@ -798,7 +798,7 @@
                                count++;
                        break;
                case 2: /* whole stripe */
-                       if (suoff)      /* leak at begining */
+                       if (suoff)      /* leak at beginning */
                                count++;
                        if (suend < numDataCol) /* leak at end */
                                count++;
@@ -882,7 +882,7 @@
                        if (suoff > fone_start) {
                                RF_ASSERT(suend >= fone_end);
                                /* The data read starts after the mapped
-                                * access, snip off the begining */
+                                * access, snip off the beginning */
                                pda_p->numSector = suoff - fone_start;
                                pda_p->raidAddress = sosAddr + (i * secPerSU) + fone_start;
                                (raidPtr->Layout.map->MapSector) (raidPtr, pda_p->raidAddress, &(pda_p->col), &(pda_p->startSector), 0);
@@ -925,7 +925,7 @@
                                        RF_ASSERT(suend >= fone_end);
                                        /* The data read starts after the
                                         * mapped access, snip off the
-                                        * begining */
+                                        * beginning */
                                        pda_p->numSector = suoff - fone_start;
                                        pda_p->raidAddress = sosAddr + (i * secPerSU) + fone_start;
                                        (raidPtr->Layout.map->MapSector) (raidPtr, pda_p->raidAddress, &(pda_p->col), &(pda_p->startSector), 0);
@@ -950,7 +950,7 @@
                                        RF_ASSERT(suend >= ftwo_end);
                                        /* The data read starts after the
                                         * mapped access, snip off the
-                                        * begining */
+                                        * beginning */
                                        pda_p->numSector = suoff - ftwo_start;
                                        pda_p->raidAddress = sosAddr + (i * secPerSU) + ftwo_start;
                                        (raidPtr->Layout.map->MapSector) (raidPtr, pda_p->raidAddress, &(pda_p->col), &(pda_p->startSector), 0);
diff -r 5cf12917fc5e -r 368f32a4eb46 usr.bin/login/login_pam.c
--- a/usr.bin/login/login_pam.c Mon Jan 24 01:57:52 2022 +0000
+++ b/usr.bin/login/login_pam.c Mon Jan 24 09:14:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: login_pam.c,v 1.27 2021/09/10 21:52:17 rillig Exp $       */
+/*     $NetBSD: login_pam.c,v 1.28 2022/01/24 09:14:37 andvar Exp $       */
 
 /*-
  * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)login.c    8.4 (Berkeley) 4/2/94";



Home | Main Index | Thread Index | Old Index