Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/seq fix typos, mainly in words minimum and maximum, ...



details:   https://anonhg.NetBSD.org/src/rev/15fb432dca8e
branches:  trunk
changeset: 990670:15fb432dca8e
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Nov 01 21:28:01 2021 +0000

description:
fix typos, mainly in words minimum and maximum, but also few others.

diffstat:

 lib/libm/src/e_lgamma_r.c        |  4 ++--
 lib/libresolv/dst_api.c          |  6 +++---
 sys/arch/amiga/dev/grfioctl.h    |  4 ++--
 sys/arch/amiga/dev/iteioctl.h    |  4 ++--
 sys/arch/atari/dev/grfioctl.h    |  4 ++--
 sys/arch/atari/dev/iteioctl.h    |  4 ++--
 sys/arch/mips/include/cpuregs.h  |  8 ++++----
 sys/arch/prep/include/nvram.h    |  4 ++--
 sys/arch/sparc/sparc/pci_fixup.c |  4 ++--
 sys/arch/x68k/include/iteioctl.h |  4 ++--
 sys/dev/acpi/vald_acpi.c         |  6 +++---
 sys/dev/cardbus/cardbus.c        |  6 +++---
 sys/dev/i2o/dptivar.h            |  4 ++--
 sys/dev/pci/ixgbe/ixgbe_type.h   |  8 ++++----
 sys/kern/vfs_cache.c             |  6 +++---
 usr.bin/seq/seq.1                |  4 ++--
 16 files changed, 40 insertions(+), 40 deletions(-)

diffs (truncated from 366 to 300 lines):

diff -r 026c683f1d6e -r 15fb432dca8e lib/libm/src/e_lgamma_r.c
--- a/lib/libm/src/e_lgamma_r.c Mon Nov 01 20:40:08 2021 +0000
+++ b/lib/libm/src/e_lgamma_r.c Mon Nov 01 21:28:01 2021 +0000
@@ -12,7 +12,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: e_lgamma_r.c,v 1.10 2002/05/26 22:01:51 wiz Exp $");
+__RCSID("$NetBSD: e_lgamma_r.c,v 1.11 2021/11/01 21:28:01 andvar Exp $");
 #endif
 
 /* __ieee754_lgamma_r(x, signgamp)
@@ -29,7 +29,7 @@
  *                         = log(6.3*5.3) + lgamma(5.3)
  *                         = log(6.3*5.3*4.3*3.3*2.3) + lgamma(2.3)
  *   2. Polynomial approximation of lgamma around its
- *     minimun ymin=1.461632144968362245 to maintain monotonicity.
+ *     minimum ymin=1.461632144968362245 to maintain monotonicity.
  *     On [ymin-0.23, ymin+0.27] (i.e., [1.23164,1.73163]), use
  *             Let z = x-ymin;
  *             lgamma(x) = -1.214862905358496078218 + z^2*poly(z)
diff -r 026c683f1d6e -r 15fb432dca8e lib/libresolv/dst_api.c
--- a/lib/libresolv/dst_api.c   Mon Nov 01 20:40:08 2021 +0000
+++ b/lib/libresolv/dst_api.c   Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dst_api.c,v 1.5 2021/10/04 21:02:40 andvar Exp $       */
+/*     $NetBSD: dst_api.c,v 1.6 2021/11/01 21:28:02 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.5 2021/10/04 21:02:40 andvar Exp $");
+__RCSID("$NetBSD: dst_api.c,v 1.6 2021/11/01 21:28:02 andvar Exp $");
 #endif
 
 
@@ -1030,7 +1030,7 @@
 }
 
 /*%
- *     Return the maximim size of signature from the key specified in bytes
+ *     Return the maximum size of signature from the key specified in bytes
  *
  * Parameters
  *\li      key 
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/amiga/dev/grfioctl.h
--- a/sys/arch/amiga/dev/grfioctl.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/amiga/dev/grfioctl.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grfioctl.h,v 1.21 2015/09/07 03:49:45 dholland Exp $   */
+/*     $NetBSD: grfioctl.h,v 1.22 2021/11/01 21:28:02 andvar Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -141,7 +141,7 @@
  * colormap related information. Every grf has an associated
  * colormap. Depending on the capabilities of the hardware, more
  * or less of the information provided may be used.
- * Maxium value of "index" can be deduced from grfinfo->gd_colors.
+ * Maximum value of "index" can be deduced from grfinfo->gd_colors.
  */
 struct grf_colormap {
        unsigned int    index;          /* start at red[index],green[index],blue[index] */
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/amiga/dev/iteioctl.h
--- a/sys/arch/amiga/dev/iteioctl.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/amiga/dev/iteioctl.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iteioctl.h,v 1.13 2015/09/07 03:49:45 dholland Exp $   */
+/*     $NetBSD: iteioctl.h,v 1.14 2021/11/01 21:28:02 andvar Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -62,7 +62,7 @@
        int start;              /* number of 100/s before repeat start */
        int next;               /* number of 100/s before next repeat */
 };
-#define ITEMINREPEAT   5       /* mininum number of 100/s for key repeat */
+#define ITEMINREPEAT   5       /* minimum number of 100/s for key repeat */
 
 #define ITEIOCSKMAP    _IOW('Z',0x70, struct kbdmap)
 #define ITEIOCGKMAP    _IOR('Z',0x71, struct kbdmap)
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/atari/dev/grfioctl.h
--- a/sys/arch/atari/dev/grfioctl.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/atari/dev/grfioctl.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grfioctl.h,v 1.10 2015/09/07 03:49:45 dholland Exp $   */
+/*     $NetBSD: grfioctl.h,v 1.11 2021/11/01 21:28:02 andvar Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -137,7 +137,7 @@
  * colormap related information. Every grf has an associated
  * colormap. Depending on the capabilities of the hardware, more
  * or less of the information provided may be used.
- * Maxium value of "index" can be deduced from grfinfo->gd_colors.
+ * Maximum value of "index" can be deduced from grfinfo->gd_colors.
  */
 struct grf_colormap {
   int   index;     /* start at red[index],green[index],blue[index] */
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/atari/dev/iteioctl.h
--- a/sys/arch/atari/dev/iteioctl.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/atari/dev/iteioctl.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iteioctl.h,v 1.8 2015/09/07 03:49:45 dholland Exp $    */
+/*     $NetBSD: iteioctl.h,v 1.9 2021/11/01 21:28:02 andvar Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -69,7 +69,7 @@
        int start;              /* number of 100/s before repeat start */
        int next;               /* number of 100/s before next repeat */
 };
-#define ITEMINREPEAT   5       /* mininum number of 100/s for key repeat */
+#define ITEMINREPEAT   5       /* minimum number of 100/s for key repeat */
 
 #define ITEIOCSKMAP    _IOW('Z',0x70, struct kbdmap)
 #define ITEIOCSSKMAP   _IOW('Z',0x68, struct kbdmap)
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h   Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/mips/include/cpuregs.h   Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuregs.h,v 1.112 2021/08/09 21:13:05 andvar Exp $     */
+/*     $NetBSD: cpuregs.h,v 1.113 2021/11/01 21:28:02 andvar Exp $     */
 
 /*
  * Copyright (c) 2009 Miodrag Vallat.
@@ -695,7 +695,7 @@
                                (MIPS_BREAK_SOVER_VAL << MIPS_BREAK_VAL_SHIFT))
 
 /*
- * Mininum and maximum cache sizes.
+ * Minimum and maximum cache sizes.
  */
 #define        MIPS_MIN_CACHE_SIZE     (16 * 1024)
 #define        MIPS_MAX_CACHE_SIZE     (256 * 1024)
@@ -712,7 +712,7 @@
  */
 #define        MIPS_FCSR_RM            __BITS(1,0)
 #define          MIPS_FCSR_RM_RN         0     /* round to nearest */
-#define          MIPS_FCSR_RM_RZ         1     /* round toward zerO */
+#define          MIPS_FCSR_RM_RZ         1     /* round towards zero */
 #define          MIPS_FCSR_RM_RP         2     /* round towards +infinity */
 #define          MIPS_FCSR_RM_RM         3     /* round towards -infinity */
 #define        MIPS_FCSR_FLAGS         __BITS(6,2)
@@ -1034,7 +1034,7 @@
 #define        MIPS_BCM3302    0x90    /* MIPS 4KEc_R2-like?           ISA 32  Rel 2 */
 
 /*
- * Alchemy (company ID 3) use the processor ID field to donote the CPU core
+ * Alchemy (company ID 3) use the processor ID field to denote the CPU core
  * revision and the company options field do donate the SOC chip type.
  */
 /* CPU processor revision IDs */
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/prep/include/nvram.h
--- a/sys/arch/prep/include/nvram.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/prep/include/nvram.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nvram.h,v 1.9 2015/09/07 03:49:45 dholland Exp $ */
+/* $NetBSD: nvram.h,v 1.10 2021/11/01 21:28:02 andvar Exp $ */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
 #include <dev/ic/mk48txxvar.h>
 #endif
 
-#define MAX_PREP_NVRAM 0x8000  /* maxmum size of the nvram */
+#define MAX_PREP_NVRAM 0x8000  /* maximum size of the nvram */
 
 #define NVSIZE 4096            /* standard nvram size */
 #define OSAREASIZE 512         /* size of OSArea space */
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/sparc/sparc/pci_fixup.c
--- a/sys/arch/sparc/sparc/pci_fixup.c  Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/sparc/sparc/pci_fixup.c  Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_fixup.c,v 1.4 2021/01/24 07:36:54 mrg Exp $        */
+/*     $NetBSD: pci_fixup.c,v 1.5 2021/11/01 21:28:02 andvar Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
        /*
         * Scan our known PCI devices and collect:
         *   maximum bus number
-        *   maxium used address in each I/O and memory range
+        *   maximum used address in each I/O and memory range
         */
        while(node) {
                uint32_t busrange[2];
diff -r 026c683f1d6e -r 15fb432dca8e sys/arch/x68k/include/iteioctl.h
--- a/sys/arch/x68k/include/iteioctl.h  Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/arch/x68k/include/iteioctl.h  Mon Nov 01 21:28:01 2021 +0000
@@ -34,7 +34,7 @@
  * from: Utah $Hdr: iteioctl.h 1.1 90/07/09$
  *
  *     @(#)iteioctl.h  7.2 (Berkeley) 11/4/90
- *     $NetBSD: iteioctl.h,v 1.9 2015/09/07 03:49:46 dholland Exp $
+ *     $NetBSD: iteioctl.h,v 1.10 2021/11/01 21:28:02 andvar Exp $
  */
 
 #ifndef _X68K_ITEIOCTL_H_
@@ -55,7 +55,7 @@
        int start;              /* number of 100/s before repeat start */
        int next;               /* number of 100/s before next repeat */
 };
-#define ITEMINREPEAT   5       /* mininum number of 100/s for key repeat */
+#define ITEMINREPEAT   5       /* minimum number of 100/s for key repeat */
 
 #define ITEIOCSKMAP    _IOW('Z',0x70, struct kbdmap)
 #define ITEIOCGKMAP    _IOR('Z',0x71, struct kbdmap)
diff -r 026c683f1d6e -r 15fb432dca8e sys/dev/acpi/vald_acpi.c
--- a/sys/dev/acpi/vald_acpi.c  Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/dev/acpi/vald_acpi.c  Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vald_acpi.c,v 1.6 2021/01/29 15:49:55 thorpej Exp $ */
+/*     $NetBSD: vald_acpi.c,v 1.7 2021/11/01 21:28:03 andvar Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.6 2021/01/29 15:49:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vald_acpi.c,v 1.7 2021/11/01 21:28:03 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -546,7 +546,7 @@
 
        /* Check index value. */
        if (sc->lcd_index < 2)
-               sc->lcd_index = 2; /* index Minium Value */
+               sc->lcd_index = 2; /* index Minimum Value */
        if (sc->lcd_index >= sc->lcd_num)
                sc->lcd_index = sc->lcd_num - 1;
 
diff -r 026c683f1d6e -r 15fb432dca8e sys/dev/cardbus/cardbus.c
--- a/sys/dev/cardbus/cardbus.c Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/dev/cardbus/cardbus.c Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cardbus.c,v 1.112 2021/08/07 16:19:10 thorpej Exp $    */
+/*     $NetBSD: cardbus.c,v 1.113 2021/11/01 21:28:03 andvar Exp $     */
 
 /*
  * Copyright (c) 1997, 1998, 1999 and 2000
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cardbus.c,v 1.112 2021/08/07 16:19:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cardbus.c,v 1.113 2021/11/01 21:28:03 andvar Exp $");
 
 #include "opt_cardbus.h"
 
@@ -448,7 +448,7 @@
        tag = cardbus_make_tag(cc, cf, sc->sc_bus, function);
 
        /*
-        * Wait until power comes up.  Maxmum 500 ms.
+        * Wait until power comes up.  Maximum 500 ms.
         *
         * XXX What is this for?  The bridge driver ought to have waited
         * XXX already.
diff -r 026c683f1d6e -r 15fb432dca8e sys/dev/i2o/dptivar.h
--- a/sys/dev/i2o/dptivar.h     Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/dev/i2o/dptivar.h     Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dptivar.h,v 1.9 2012/10/27 17:18:17 chs Exp $  */
+/*     $NetBSD: dptivar.h,v 1.10 2021/11/01 21:28:03 andvar Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -265,7 +265,7 @@
 #define        PROC_i960       0x05    /* Intel i960 */
 #define        PROC_ULTRASPARC 0x06    /* SPARC processor */
 
-/* Specific Minimim Processor - u_int8_t dsProcessor;    FLAG BITS */
+/* Specific Minimum Processor - u_int8_t dsProcessor;    FLAG BITS */
 /* ------------------------------------------------------------------ */
 /* Different bit definitions dependent on processor_family */
 
diff -r 026c683f1d6e -r 15fb432dca8e sys/dev/pci/ixgbe/ixgbe_type.h
--- a/sys/dev/pci/ixgbe/ixgbe_type.h    Mon Nov 01 20:40:08 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_type.h    Mon Nov 01 21:28:01 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe_type.h,v 1.49 2021/05/19 08:19:20 msaitoh Exp $ */
+/* $NetBSD: ixgbe_type.h,v 1.50 2021/11/01 21:28:03 andvar Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -358,7 +358,7 @@
 #define IXGBE_MIN_INT_RATE     956
 /* On 82599 and newer, minimum RSC_DELAY is 4us. ITR interval must be larger
  * than RSC_DELAY if RSC is used. ITR_INTERVAL is in 2(.048) us units on 10G
- * and 1G. The minimun EITR is 6us.
+ * and 1G. The minimum EITR is 6us.



Home | Main Index | Thread Index | Old Index