Module Name:    src
Committed By:   andvar
Date:           Fri Apr  8 10:17:55 UTC 2022

Modified Files:
        src/bin/csh: err.c
        src/etc: MAKEDEV.tmpl
        src/games/fortune/datfiles: limerick-o.real
        src/games/warp: warp.h
        src/lib/libc/arch/aarch64/gen: flt_rounds.c
        src/lib/libc/arch/arm/gen: flt_rounds.c
        src/lib/libc/arch/sh3/gen: flt_rounds.c
        src/lib/libcurses: screen.c
        src/regress/lib/libc/ieeefp/testfloat/notes: testfloat.txt
        src/sbin/fsck_v7fs: inode.c
        src/sbin/ping6: ping6.c
        src/sbin/resize_ffs: resize_ffs.c
        src/sys/arch/acorn32/podulebus: if_ie.c
        src/sys/arch/epoc32/stand/e32boot/ldd: ekern.h
        src/sys/arch/hpcmips/vr: vrc4172pcsreg.h vrc4172reg.h
        src/sys/arch/m68k/fpsp: round.sa util.sa x_store.sa
        src/sys/arch/macppc/dev: fcu.c
        src/sys/arch/mips/alchemy/include: aureg.h
        src/sys/arch/mips/mips: cache_r3k_subr.S cache_r5k_subr.S
        src/sys/arch/shark/shark: scr.c
        src/sys/arch/vax/include: ka650.h
        src/sys/dev: lockstat.c
        src/sys/dev/fdt: dw_apb_uart.c
        src/sys/dev/isa: README.seagate
        src/sys/dev/pcmcia: if_xi.c
        src/sys/kern: kern_sleepq.c
        src/sys/netinet: sctp_output.c
        src/usr.bin/pr: pr.c
        src/usr.sbin/edquota: edquota.8
        src/usr.sbin/lpr/lpd: lpd.c
        src/usr.sbin/lpr/lpq: lpq.c
        src/usr.sbin/sysinst: partman.c

Log Message:
fix various typos, mainly in comments, but also log messages, docs, game text.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/csh/err.c
cvs rdiff -u -r1.228 -r1.229 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.7 -r1.8 src/games/fortune/datfiles/limerick-o.real
cvs rdiff -u -r1.6 -r1.7 src/games/warp/warp.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/aarch64/gen/flt_rounds.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/arm/gen/flt_rounds.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/sh3/gen/flt_rounds.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libcurses/screen.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt
cvs rdiff -u -r1.1 -r1.2 src/sbin/fsck_v7fs/inode.c
cvs rdiff -u -r1.106 -r1.107 src/sbin/ping6/ping6.c
cvs rdiff -u -r1.55 -r1.56 src/sbin/resize_ffs/resize_ffs.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/acorn32/podulebus/if_ie.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcmips/vr/vrc4172pcsreg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcmips/vr/vrc4172reg.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/fpsp/round.sa \
    src/sys/arch/m68k/fpsp/util.sa src/sys/arch/m68k/fpsp/x_store.sa
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/fcu.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mips/alchemy/include/aureg.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/cache_r3k_subr.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/cache_r5k_subr.S
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/shark/shark/scr.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/vax/include/ka650.h
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/lockstat.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/fdt/dw_apb_uart.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/isa/README.seagate
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pcmcia/if_xi.c
cvs rdiff -u -r1.70 -r1.71 src/sys/kern/kern_sleepq.c
cvs rdiff -u -r1.28 -r1.29 src/sys/netinet/sctp_output.c
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/pr/pr.c
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/edquota/edquota.8
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/lpr/lpd/lpd.c
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/lpr/lpq/lpq.c
cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/sysinst/partman.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/csh/err.c
diff -u src/bin/csh/err.c:1.24 src/bin/csh/err.c:1.25
--- src/bin/csh/err.c:1.24	Sat Sep 11 20:55:03 2021
+++ src/bin/csh/err.c	Fri Apr  8 10:17:52 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: err.c,v 1.24 2021/09/11 20:55:03 christos Exp $ */
+/* $NetBSD: err.c,v 1.25 2022/04/08 10:17:52 andvar Exp $ */
 
 /*-
  * Copyright (c) 1980, 1991, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)err.c	8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: err.c,v 1.24 2021/09/11 20:55:03 christos Exp $");
+__RCSID("$NetBSD: err.c,v 1.25 2022/04/08 10:17:52 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -313,7 +313,7 @@ seterror(int id, ...)
  *		  in bname
  *
  * This routine always resets or exits.  The flag haderr
- * is set so the routine who catches the unwind can propogate
+ * is set so the routine who catches the unwind can propagate
  * it if they want.
  *
  * Note that any open files at the point of error will eventually

Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.228 src/etc/MAKEDEV.tmpl:1.229
--- src/etc/MAKEDEV.tmpl:1.228	Tue Dec  7 17:39:53 2021
+++ src/etc/MAKEDEV.tmpl	Fri Apr  8 10:17:52 2022
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.228 2021/12/07 17:39:53 brad Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.229 2022/04/08 10:17:52 andvar Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -443,7 +443,7 @@ setup()
 	do_update=false
 	opts=
 	while getopts Mfm:p:st:u ch; do
-		# Note that $opts is only for options pased through to
+		# Note that $opts is only for options passed through to
 		# MAKEDEV.local, not for all options.
 		case ${ch} in
 		M)

Index: src/games/fortune/datfiles/limerick-o.real
diff -u src/games/fortune/datfiles/limerick-o.real:1.7 src/games/fortune/datfiles/limerick-o.real:1.8
--- src/games/fortune/datfiles/limerick-o.real:1.7	Sat Oct 18 06:40:18 2014
+++ src/games/fortune/datfiles/limerick-o.real	Fri Apr  8 10:17:52 2022
@@ -3057,7 +3057,7 @@ Fell in love with a virile young Tartar.
 And cried: "For that I'll be a martyr!"
 %
 There once was a lady named Clair,
-Who posessed a magnificent pair.
+Who possessed a magnificent pair.
 	Or that's what I thought,
 	Till I saw one get caught,
 On a thorn and begin losing air.

Index: src/games/warp/warp.h
diff -u src/games/warp/warp.h:1.6 src/games/warp/warp.h:1.7
--- src/games/warp/warp.h:1.6	Sun May  2 12:50:47 2021
+++ src/games/warp/warp.h	Fri Apr  8 10:17:52 2022
@@ -55,7 +55,7 @@
 #define WARPMACRO "%X/Kbmap.%{TERM}"
 
 /* warp library */
-#ifndef WARPLIB		/* ~ and %l only ("~%l" is permissable) */
+#ifndef WARPLIB		/* ~ and %l only ("~%l" is permissible) */
 #   ifdef PRIVLIB
 #	define WARPLIB PRIVLIB
 #   else

Index: src/lib/libc/arch/aarch64/gen/flt_rounds.c
diff -u src/lib/libc/arch/aarch64/gen/flt_rounds.c:1.1 src/lib/libc/arch/aarch64/gen/flt_rounds.c:1.2
--- src/lib/libc/arch/aarch64/gen/flt_rounds.c:1.1	Sun Aug 10 05:47:36 2014
+++ src/lib/libc/arch/aarch64/gen/flt_rounds.c	Fri Apr  8 10:17:52 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: flt_rounds.c,v 1.1 2014/08/10 05:47:36 matt Exp $ */
+/* $NetBSD: flt_rounds.c,v 1.2 2022/04/08 10:17:52 andvar Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.1 2014/08/10 05:47:36 matt Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.2 2022/04/08 10:17:52 andvar Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
@@ -47,12 +47,12 @@ __RCSID("$NetBSD: flt_rounds.c,v 1.1 201
  * Returns:
  *	0 - round to zero
  *	1 - round to nearest
- *	2 - round to postive infinity
+ *	2 - round to positive infinity
  *	3 - round to negative infinity
  *
  * However, the rounding modes stored in the FPCR are:
  *	0 - round to nearest
- *	1 - round to postive infinity
+ *	1 - round to positive infinity
  *	2 - round to negative infinity
  *	3 - round to zero
  *

Index: src/lib/libc/arch/arm/gen/flt_rounds.c
diff -u src/lib/libc/arch/arm/gen/flt_rounds.c:1.5 src/lib/libc/arch/arm/gen/flt_rounds.c:1.6
--- src/lib/libc/arch/arm/gen/flt_rounds.c:1.5	Thu Mar 19 21:22:59 2015
+++ src/lib/libc/arch/arm/gen/flt_rounds.c	Fri Apr  8 10:17:52 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: flt_rounds.c,v 1.5 2015/03/19 21:22:59 joerg Exp $	*/
+/*	$NetBSD: flt_rounds.c,v 1.6 2022/04/08 10:17:52 andvar Exp $	*/
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.5 2015/03/19 21:22:59 joerg Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.6 2022/04/08 10:17:52 andvar Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -53,7 +53,7 @@ static const int map[] = {
  * Returns:
  *	0 - round to zero
  *	1 - round to nearest
- *	2 - round to postive infinity
+ *	2 - round to positive infinity
  *	3 - round to negative infinity
  *
  * ok all we need to do is get the current FP rounding mode

Index: src/lib/libc/arch/sh3/gen/flt_rounds.c
diff -u src/lib/libc/arch/sh3/gen/flt_rounds.c:1.7 src/lib/libc/arch/sh3/gen/flt_rounds.c:1.8
--- src/lib/libc/arch/sh3/gen/flt_rounds.c:1.7	Sat Mar 11 01:25:04 2017
+++ src/lib/libc/arch/sh3/gen/flt_rounds.c	Fri Apr  8 10:17:52 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: flt_rounds.c,v 1.7 2017/03/11 01:25:04 chs Exp $	*/
+/*	$NetBSD: flt_rounds.c,v 1.8 2022/04/08 10:17:52 andvar Exp $	*/
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.7 2017/03/11 01:25:04 chs Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.8 2022/04/08 10:17:52 andvar Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -53,7 +53,7 @@ static const int map[] = {
  * Returns:
  *	0 - round to zero
  *	1 - round to nearest
- *	2 - round to postive infinity
+ *	2 - round to positive infinity
  *	3 - round to negative infinity
  *
  * ok all we need to do is get the current FP rounding mode

Index: src/lib/libcurses/screen.c
diff -u src/lib/libcurses/screen.c:1.36 src/lib/libcurses/screen.c:1.37
--- src/lib/libcurses/screen.c:1.36	Mon Sep  6 07:03:50 2021
+++ src/lib/libcurses/screen.c	Fri Apr  8 10:17:52 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: screen.c,v 1.36 2021/09/06 07:03:50 rin Exp $	*/
+/*	$NetBSD: screen.c,v 1.37 2022/04/08 10:17:52 andvar Exp $	*/
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)screen.c	8.2 (blymn) 11/27/2001";
 #else
-__RCSID("$NetBSD: screen.c,v 1.36 2021/09/06 07:03:50 rin Exp $");
+__RCSID("$NetBSD: screen.c,v 1.37 2022/04/08 10:17:52 andvar Exp $");
 #endif
 #endif					/* not lint */
 
@@ -152,7 +152,7 @@ newterm(char *type, FILE *outfd, FILE *i
 	new_screen->echoit = new_screen->nl = 1;
 	new_screen->pfast = new_screen->rawmode = new_screen->noqch = 0;
 	new_screen->filtered = filtered;
-	filtered = FALSE; /* filter() must preceed each newterm() */
+	filtered = FALSE; /* filter() must precede each newterm() */
 	new_screen->nca = A_NORMAL;
 	new_screen->color_type = COLOR_NONE;
 	new_screen->COLOR_PAIRS = 0;

Index: src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt
diff -u src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt:1.1.1.1 src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt:1.2
--- src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt:1.1.1.1	Tue Mar 13 06:23:17 2001
+++ src/regress/lib/libc/ieeefp/testfloat/notes/testfloat.txt	Fri Apr  8 10:17:53 2022
@@ -289,7 +289,7 @@ raise the invalid exception if the sourc
 representable integer of the desired size (32 or 64 bits).  If such a
 conversion overflows, TestFloat expects the largest integer with the same
 sign as the operand to be returned.  If the floating-point operand is a NaN,
-TestFloat allows either the largest postive or largest negative integer to
+TestFloat allows either the largest positive or largest negative integer to
 be returned.
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -629,7 +629,7 @@ TestFloat assumes that conversions to in
 exception if the source value cannot be rounded to a representable integer.
 When the conversion overflows, TestFloat expects the largest integer with
 the same sign as the operand to be returned.  If the floating-point operand
-is a NaN, TestFloat allows either the largest postive or largest negative
+is a NaN, TestFloat allows either the largest positive or largest negative
 integer to be returned.  The current version of TestFloat provides no means
 to alter these conventions.
 

Index: src/sbin/fsck_v7fs/inode.c
diff -u src/sbin/fsck_v7fs/inode.c:1.1 src/sbin/fsck_v7fs/inode.c:1.2
--- src/sbin/fsck_v7fs/inode.c:1.1	Mon Jun 27 11:52:58 2011
+++ src/sbin/fsck_v7fs/inode.c	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: inode.c,v 1.1 2011/06/27 11:52:58 uch Exp $	*/
+/*	$NetBSD: inode.c,v 1.2 2022/04/08 10:17:53 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: inode.c,v 1.1 2011/06/27 11:52:58 uch Exp $");
+__RCSID("$NetBSD: inode.c,v 1.2 2022/04/08 10:17:53 andvar Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -94,14 +94,14 @@ freeinode_check(struct v7fs_self *fs)
 	return FSCK_EXIT_OK;
 }
 
-/* Counting freeinode and find partialy allocated inode. */
+/* Counting freeinode and find partially allocated inode. */
 static int
 v7fs_inode_check(struct v7fs_self *fs, struct v7fs_inode *p, v7fs_ino_t ino)
 {
 	int error = 0;
 
 	if (v7fs_inode_allocated(p) && !p->nlink) {
-		pwarn("*** partialy allocated inode #%d", ino);
+		pwarn("*** partially allocated inode #%d", ino);
 		v7fs_inode_dump(p);
 		if (reply_trivial("REMOVE?")) {
 			memset(p, 0, sizeof(*p));

Index: src/sbin/ping6/ping6.c
diff -u src/sbin/ping6/ping6.c:1.106 src/sbin/ping6/ping6.c:1.107
--- src/sbin/ping6/ping6.c:1.106	Fri Jun 11 18:47:56 2021
+++ src/sbin/ping6/ping6.c	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ping6.c,v 1.106 2021/06/11 18:47:56 rillig Exp $	*/
+/*	$NetBSD: ping6.c,v 1.107 2022/04/08 10:17:53 andvar Exp $	*/
 /*	$KAME: ping6.c,v 1.164 2002/11/16 14:05:37 itojun Exp $	*/
 
 /*
@@ -77,7 +77,7 @@ static char sccsid[] = "@(#)ping.c	8.1 (
 #else
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ping6.c,v 1.106 2021/06/11 18:47:56 rillig Exp $");
+__RCSID("$NetBSD: ping6.c,v 1.107 2022/04/08 10:17:53 andvar Exp $");
 #endif
 #endif
 
@@ -1006,7 +1006,7 @@ doit(u_char *packet, u_int packlen)
 
 			/*
 			 * receive control messages only. Process the
-			 * exceptions (currently the only possiblity is
+			 * exceptions (currently the only possibility is
 			 * a path MTU notification.)
 			 */
 			if ((mtu = get_pathmtu(&m)) > 0) {

Index: src/sbin/resize_ffs/resize_ffs.c
diff -u src/sbin/resize_ffs/resize_ffs.c:1.55 src/sbin/resize_ffs/resize_ffs.c:1.56
--- src/sbin/resize_ffs/resize_ffs.c:1.55	Sun May 24 14:41:26 2020
+++ src/sbin/resize_ffs/resize_ffs.c	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: resize_ffs.c,v 1.55 2020/05/24 14:41:26 jmcneill Exp $	*/
+/*	$NetBSD: resize_ffs.c,v 1.56 2022/04/08 10:17:53 andvar Exp $	*/
 /* From sources sent on February 17, 2003 */
 /*-
  * As its sole author, I explicitly place this code in the public
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: resize_ffs.c,v 1.55 2020/05/24 14:41:26 jmcneill Exp $");
+__RCSID("$NetBSD: resize_ffs.c,v 1.56 2022/04/08 10:17:53 andvar Exp $");
 
 #include <sys/disk.h>
 #include <sys/disklabel.h>
@@ -1072,7 +1072,7 @@ grow(void)
 }
 /*
  * Call (*fn)() for each inode, passing the inode and its inumber.  The
- *  number of cylinder groups is pased in, so this can be used to map
+ *  number of cylinder groups is passed in, so this can be used to map
  *  over either the old or the new file system's set of inodes.
  */
 static void

Index: src/sys/arch/acorn32/podulebus/if_ie.c
diff -u src/sys/arch/acorn32/podulebus/if_ie.c:1.51 src/sys/arch/acorn32/podulebus/if_ie.c:1.52
--- src/sys/arch/acorn32/podulebus/if_ie.c:1.51	Wed Nov 10 16:44:42 2021
+++ src/sys/arch/acorn32/podulebus/if_ie.c	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie.c,v 1.51 2021/11/10 16:44:42 msaitoh Exp $ */
+/* $NetBSD: if_ie.c,v 1.52 2022/04/08 10:17:53 andvar Exp $ */
 
 /*
  * Copyright (c) 1995 Melvin Tang-Richardson.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.51 2021/11/10 16:44:42 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie.c,v 1.52 2022/04/08 10:17:53 andvar Exp $");
 
 #define IGNORE_ETHER1_IDROM_CHECKSUM
 
@@ -342,7 +342,7 @@ ieattach(device_t parent, device_t self,
 
 	/* Verify the podulebus probe incase RiscOS lied */
         if ( ReadByte ( sc->sc_rom + (3<<2) ) != 0x03 ) {
-		printf(": Ether1 ROM probablly broken.  ECID corrupt\n");
+		printf(": Ether1 ROM probably broken.  ECID corrupt\n");
 		sc->sc_flags |= IE_BROKEN;
 		return;
 	}

Index: src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h
diff -u src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.2 src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.3
--- src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h:1.2	Fri Dec 27 10:20:01 2019
+++ src/sys/arch/epoc32/stand/e32boot/ldd/ekern.h	Fri Apr  8 10:17:53 2022
@@ -53,7 +53,7 @@ protected: IMPORT_C virtual void foo6(){
 
 
 /*
- * DLogicalDevice is probaly derived from CObject as the original Arlo
+ * DLogicalDevice is probably derived from CObject as the original Arlo
  * calls SetName from Install
  */
 class DLogicalDevice : public CObject

Index: src/sys/arch/hpcmips/vr/vrc4172pcsreg.h
diff -u src/sys/arch/hpcmips/vr/vrc4172pcsreg.h:1.1 src/sys/arch/hpcmips/vr/vrc4172pcsreg.h:1.2
--- src/sys/arch/hpcmips/vr/vrc4172pcsreg.h:1.1	Sat Nov 11 04:42:09 2000
+++ src/sys/arch/hpcmips/vr/vrc4172pcsreg.h	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: vrc4172pcsreg.h,v 1.1 2000/11/11 04:42:09 sato Exp $	*/
+/*	$NetBSD: vrc4172pcsreg.h,v 1.2 2022/04/08 10:17:53 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000 SATO Kazumi.  All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 /*
- *	Vrc4172 PCS (Programable Chip Select) Unit Registers.
+ *	Vrc4172 PCS (Programmable Chip Select) Unit Registers.
  */
 #define VRC2_EXCSREG_MAX		0x30
 

Index: src/sys/arch/hpcmips/vr/vrc4172reg.h
diff -u src/sys/arch/hpcmips/vr/vrc4172reg.h:1.5 src/sys/arch/hpcmips/vr/vrc4172reg.h:1.6
--- src/sys/arch/hpcmips/vr/vrc4172reg.h:1.5	Sun Dec 11 12:17:34 2005
+++ src/sys/arch/hpcmips/vr/vrc4172reg.h	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: vrc4172reg.h,v 1.5 2005/12/11 12:17:34 christos Exp $	*/
+/*	$NetBSD: vrc4172reg.h,v 1.6 2022/04/08 10:17:53 andvar Exp $	*/
 
 /*
  * Copyright (c) 2000 SATO Kazumi.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #define VRC2_GPIOL_ADDR	0x15001080	/* GPIO (0..15) */
-#define VRC2_PCS_ADDR	0x15001090	/* PCS Programable chip selects */
+#define VRC2_PCS_ADDR	0x15001090	/* PCS Programmable chip selects */
 #define VRC2_GPIOH_ADDR	0x150010c0	/* GPIO (16..23) */
 #define VRC2_PMU_ADDR	0x15003800	/* PMU */
 #define VRC2_ICU_ADDR	0x15003808	/* ICU */

Index: src/sys/arch/m68k/fpsp/round.sa
diff -u src/sys/arch/m68k/fpsp/round.sa:1.4 src/sys/arch/m68k/fpsp/round.sa:1.5
--- src/sys/arch/m68k/fpsp/round.sa:1.4	Sat Jul 31 20:29:37 2021
+++ src/sys/arch/m68k/fpsp/round.sa	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-*	$NetBSD: round.sa,v 1.4 2021/07/31 20:29:37 andvar Exp $
+*	$NetBSD: round.sa,v 1.5 2022/04/08 10:17:53 andvar Exp $
 
 *	MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *	M68000 Hi-Performance Microprocessor Division
@@ -236,7 +236,7 @@ sgl_done:
 add_ext:
 	addq.l  #1,LOCAL_LO(a0)		;add 1 to l-bit
 	bcc.b	xcc_clr			;test for carry out
-	addq.l  #1,LOCAL_HI(a0)		;propogate carry
+	addq.l  #1,LOCAL_HI(a0)		;propagate carry
 	bcc.b	xcc_clr
 	roxr.w  LOCAL_HI(a0)		;mant is 0 so restore v-bit
 	roxr.w  LOCAL_HI+2(a0)		;mant is 0 so restore v-bit
@@ -255,7 +255,7 @@ add_ext_done:
 add_dbl:
 	add.l	#ad_1_dbl,LOCAL_LO(a0)
 	bcc.b	dcc_clr
-	addq.l	#1,LOCAL_HI(a0)		;propogate carry
+	addq.l	#1,LOCAL_HI(a0)		;propagate carry
 	bcc.b	dcc_clr
 	roxr.w	LOCAL_HI(a0)		;mant is 0 so restore v-bit
 	roxr.w	LOCAL_HI+2(a0)		;mant is 0 so restore v-bit
Index: src/sys/arch/m68k/fpsp/util.sa
diff -u src/sys/arch/m68k/fpsp/util.sa:1.4 src/sys/arch/m68k/fpsp/util.sa:1.5
--- src/sys/arch/m68k/fpsp/util.sa:1.4	Sun Dec  9 01:43:13 2001
+++ src/sys/arch/m68k/fpsp/util.sa	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-*	$NetBSD: util.sa,v 1.4 2001/12/09 01:43:13 briggs Exp $
+*	$NetBSD: util.sa,v 1.5 2022/04/08 10:17:53 andvar Exp $
 
 *	MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *	M68000 Hi-Performance Microprocessor Division
@@ -302,7 +302,7 @@ s_rp_neg:
 	bset.b	#neg_bit,FPSR_CC(a6)
 	bra.b	end_ovfr
 s_rp_pos:
-	lea.l	EXT_PINF,a1	;answer is postive infinity
+	lea.l	EXT_PINF,a1	;answer is positive infinity
 	bset.b	#inf_bit,FPSR_CC(a6)
 	bra.b	end_ovfr
 
Index: src/sys/arch/m68k/fpsp/x_store.sa
diff -u src/sys/arch/m68k/fpsp/x_store.sa:1.4 src/sys/arch/m68k/fpsp/x_store.sa:1.5
--- src/sys/arch/m68k/fpsp/x_store.sa:1.4	Sun Dec  9 01:43:13 2001
+++ src/sys/arch/m68k/fpsp/x_store.sa	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-*	$NetBSD: x_store.sa,v 1.4 2001/12/09 01:43:13 briggs Exp $
+*	$NetBSD: x_store.sa,v 1.5 2022/04/08 10:17:53 andvar Exp $
 
 *	MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *	M68000 Hi-Performance Microprocessor Division
@@ -163,7 +163,7 @@ dest_dbl:
 	swap	d0		;d0 now in upper word
 	lsl.l	#4,d0		;d0 now in proper place for dbl prec exp
 	tst.b	LOCAL_SGN(a1)	
-	beq.b	get_mant	;if postive, go process mantissa
+	beq.b	get_mant	;if positive, go process mantissa
 	bset.l	#31,d0		;if negative, put in sign information
 *				; before continuing
 	bra.b	get_mant	;go process mantissa

Index: src/sys/arch/macppc/dev/fcu.c
diff -u src/sys/arch/macppc/dev/fcu.c:1.4 src/sys/arch/macppc/dev/fcu.c:1.5
--- src/sys/arch/macppc/dev/fcu.c:1.4	Fri Jul 30 22:07:14 2021
+++ src/sys/arch/macppc/dev/fcu.c	Fri Apr  8 10:17:53 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: fcu.c,v 1.4 2021/07/30 22:07:14 macallan Exp $ */
+/* $NetBSD: fcu.c,v 1.5 2022/04/08 10:17:53 andvar Exp $ */
 
 /*-
  * Copyright (c) 2018 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fcu.c,v 1.4 2021/07/30 22:07:14 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fcu.c,v 1.5 2022/04/08 10:17:53 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -503,7 +503,7 @@ fcu_adjust(void *cookie)
 		for (i = 0; i < FCU_ZONE_COUNT; i++)
 			fancontrol_adjust_zone(&sc->sc_zones[i]);
 		/*
-		 * take a shorter nap if we're in the proccess of adjusting a
+		 * take a shorter nap if we're in the process of adjusting a
 		 * PWM fan, which relies on measuring speed and then changing
 		 * its duty cycle until we're reasonable close to the target
 		 * speed

Index: src/sys/arch/mips/alchemy/include/aureg.h
diff -u src/sys/arch/mips/alchemy/include/aureg.h:1.19 src/sys/arch/mips/alchemy/include/aureg.h:1.20
--- src/sys/arch/mips/alchemy/include/aureg.h:1.19	Tue Aug 17 22:00:30 2021
+++ src/sys/arch/mips/alchemy/include/aureg.h	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: aureg.h,v 1.19 2021/08/17 22:00:30 andvar Exp $ */
+/* $NetBSD: aureg.h,v 1.20 2022/04/08 10:17:54 andvar Exp $ */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -130,7 +130,7 @@
  */
 
 /************************************************************************/
-/*************   Programable Serial Controller registers   **************/
+/*************   Programmable Serial Controller registers   **************/
 /************************************************************************/
 
 #define	PSC0_BASE		0x11A00000

Index: src/sys/arch/mips/mips/cache_r3k_subr.S
diff -u src/sys/arch/mips/mips/cache_r3k_subr.S:1.5 src/sys/arch/mips/mips/cache_r3k_subr.S:1.6
--- src/sys/arch/mips/mips/cache_r3k_subr.S:1.5	Mon Dec 14 00:46:05 2009
+++ src/sys/arch/mips/mips/cache_r3k_subr.S	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: cache_r3k_subr.S,v 1.5 2009/12/14 00:46:05 matt Exp $	*/
+/*	$NetBSD: cache_r3k_subr.S,v 1.6 2022/04/08 10:17:54 andvar Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -8,7 +8,7 @@
  * Digital Equipment Corporation and Ralph Campbell.
  *
  * Redistribution and use in source and binary forms, with or without
- * modification, are permited provided that the following conditions
+ * modification, are permitted provided that the following conditions
  * are met:
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.

Index: src/sys/arch/mips/mips/cache_r5k_subr.S
diff -u src/sys/arch/mips/mips/cache_r5k_subr.S:1.4 src/sys/arch/mips/mips/cache_r5k_subr.S:1.5
--- src/sys/arch/mips/mips/cache_r5k_subr.S:1.4	Sun Jun 14 15:12:56 2020
+++ src/sys/arch/mips/mips/cache_r5k_subr.S	Fri Apr  8 10:17:54 2022
@@ -1,8 +1,8 @@
-/*	$NetBSD: cache_r5k_subr.S,v 1.4 2020/06/14 15:12:56 tsutsui Exp $ 	*/
+/*	$NetBSD: cache_r5k_subr.S,v 1.5 2022/04/08 10:17:54 andvar Exp $ 	*/
 
 /*
  * Redistribution and use in source and binary forms, with or without
- * modification, are permited provided that the following conditions
+ * modification, are permitted provided that the following conditions
  * are met:
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.

Index: src/sys/arch/shark/shark/scr.c
diff -u src/sys/arch/shark/shark/scr.c:1.34 src/sys/arch/shark/shark/scr.c:1.35
--- src/sys/arch/shark/shark/scr.c:1.34	Sun Dec  5 08:03:07 2021
+++ src/sys/arch/shark/shark/scr.c	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: scr.c,v 1.34 2021/12/05 08:03:07 msaitoh Exp $	*/
+/*	$NetBSD: scr.c,v 1.35 2022/04/08 10:17:54 andvar Exp $	*/
 
 /*
  * Copyright 1997
@@ -102,7 +102,7 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.34 2021/12/05 08:03:07 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.35 2022/04/08 10:17:54 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -662,8 +662,8 @@ const struct cdevsw scr_cdevsw = {
 **      scrProbe
 **     
 **     This is the probe routine for the Smart Card.  Because the 
-**     Smart Card is hard wired, there is no probing to peform.  The
-**     function ensures that a successfull problem occurs only once.
+**     Smart Card is hard wired, there is no probing to perform.  The
+**     function ensures that a successful problem occurs only once.
 **
 **  FORMAL PARAMETERS:
 **

Index: src/sys/arch/vax/include/ka650.h
diff -u src/sys/arch/vax/include/ka650.h:1.12 src/sys/arch/vax/include/ka650.h:1.13
--- src/sys/arch/vax/include/ka650.h:1.12	Sun Dec 11 12:19:34 2005
+++ src/sys/arch/vax/include/ka650.h	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ka650.h,v 1.12 2005/12/11 12:19:34 christos Exp $	*/
+/*	$NetBSD: ka650.h,v 1.13 2022/04/08 10:17:54 andvar Exp $	*/
 /*
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
@@ -179,7 +179,7 @@ struct ka650_ssc {
 #define CBTCR_RWT	0x40000000	/* CDAL Bus Timeout on CPU or DMA */
 
 /*
- * TCR0/TCR1: Programable Timer Control Registers (ssc_tcr[01])
+ * TCR0/TCR1: Programmable Timer Control Registers (ssc_tcr[01])
  * (The rest of the bits are the same as in the standard VAX
  *	Interval timer and are defined in clock.h)
  */

Index: src/sys/dev/lockstat.c
diff -u src/sys/dev/lockstat.c:1.29 src/sys/dev/lockstat.c:1.30
--- src/sys/dev/lockstat.c:1.29	Sun Feb 27 14:16:32 2022
+++ src/sys/dev/lockstat.c	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lockstat.c,v 1.29 2022/02/27 14:16:32 riastradh Exp $	*/
+/*	$NetBSD: lockstat.c,v 1.30 2022/04/08 10:17:54 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007, 2019 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lockstat.c,v 1.29 2022/02/27 14:16:32 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lockstat.c,v 1.30 2022/04/08 10:17:54 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -374,7 +374,7 @@ lockstat_free(void)
 }
 
 /*
- * Main entry point from lock primatives.
+ * Main entry point from lock primitives.
  */
 void
 lockstat_event(uintptr_t lock, uintptr_t callsite, u_int flags, u_int count,

Index: src/sys/dev/fdt/dw_apb_uart.c
diff -u src/sys/dev/fdt/dw_apb_uart.c:1.11 src/sys/dev/fdt/dw_apb_uart.c:1.12
--- src/sys/dev/fdt/dw_apb_uart.c:1.11	Fri Nov 12 21:57:44 2021
+++ src/sys/dev/fdt/dw_apb_uart.c	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: dw_apb_uart.c,v 1.11 2021/11/12 21:57:44 jmcneill Exp $ */
+/* $NetBSD: dw_apb_uart.c,v 1.12 2022/04/08 10:17:54 andvar Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcne...@invisible.ca>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dw_apb_uart.c,v 1.11 2021/11/12 21:57:44 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dw_apb_uart.c,v 1.12 2022/04/08 10:17:54 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -95,7 +95,7 @@ dw_apb_uart_attach(device_t parent, devi
 		reg_shift = 2;
 	}
 	if (of_getprop_uint32(phandle, "reg-io-width", &reg_iowidth)) {
-		/* missing or bad reg-io-width propery, assume 1 */
+		/* missing or bad reg-io-width property, assume 1 */
 		reg_iowidth = 1;
 	}
 
@@ -183,7 +183,7 @@ dw_apb_uart_console_consinit(struct fdt_
 		reg_shift = 2;
 	}
 	if (of_getprop_uint32(phandle, "reg-io-width", &reg_iowidth)) {
-		/* missing or bad reg-io-width propery, assume 1 */
+		/* missing or bad reg-io-width property, assume 1 */
 		reg_iowidth = 1;
 	}
 

Index: src/sys/dev/isa/README.seagate
diff -u src/sys/dev/isa/README.seagate:1.7 src/sys/dev/isa/README.seagate:1.8
--- src/sys/dev/isa/README.seagate:1.7	Sat Jul 24 21:31:37 2021
+++ src/sys/dev/isa/README.seagate	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: README.seagate,v 1.7 2021/07/24 21:31:37 andvar Exp $
+#	$NetBSD: README.seagate,v 1.8 2022/04/08 10:17:54 andvar Exp $
 
 The hardware:
 
@@ -26,7 +26,7 @@ A scsi command is sent to scsi_cmd funct
 the queue or an retryable message is returned. The routine may wait for
 completion of the command depending on the supplied flags. A timer is started
 for every command placed in the queue. The commands are added in the order they
-are received. There is a possiblity to make all REQUEST SENSE commands be
+are received. There is a possibility to make all REQUEST SENSE commands be
 queued before all other commands, but I dont think it is a good thing (Linux
 do however use this).
 

Index: src/sys/dev/pcmcia/if_xi.c
diff -u src/sys/dev/pcmcia/if_xi.c:1.94 src/sys/dev/pcmcia/if_xi.c:1.95
--- src/sys/dev/pcmcia/if_xi.c:1.94	Sun Feb  2 05:56:42 2020
+++ src/sys/dev/pcmcia/if_xi.c	Fri Apr  8 10:17:54 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_xi.c,v 1.94 2020/02/02 05:56:42 thorpej Exp $ */
+/*	$NetBSD: if_xi.c,v 1.95 2022/04/08 10:17:54 andvar Exp $ */
 /*	OpenBSD: if_xe.c,v 1.9 1999/09/16 11:28:42 niklas Exp 	*/
 
 /*
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.94 2020/02/02 05:56:42 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_xi.c,v 1.95 2022/04/08 10:17:54 andvar Exp $");
 
 #include "opt_inet.h"
 
@@ -1113,7 +1113,7 @@ xi_full_reset(struct xi_softc *sc)
 	/* Set the local memory dividing line. */
 	if (sc->sc_rev != 1) {
 		PAGE(sc, 2);
-		/* XXX Symbolic constant preferrable. */
+		/* XXX Symbolic constant preferable. */
 		bus_space_write_2(bst, bsh, RBS0, 0x2000);
 	}
 

Index: src/sys/kern/kern_sleepq.c
diff -u src/sys/kern/kern_sleepq.c:1.70 src/sys/kern/kern_sleepq.c:1.71
--- src/sys/kern/kern_sleepq.c:1.70	Sat Jan  1 12:00:01 2022
+++ src/sys/kern/kern_sleepq.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_sleepq.c,v 1.70 2022/01/01 12:00:01 msaitoh Exp $	*/
+/*	$NetBSD: kern_sleepq.c,v 1.71 2022/04/08 10:17:55 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007, 2008, 2009, 2019, 2020 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sleepq.c,v 1.70 2022/01/01 12:00:01 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sleepq.c,v 1.71 2022/04/08 10:17:55 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -528,7 +528,7 @@ sleepq_abort(kmutex_t *mtx, int unlock)
 /*
  * sleepq_reinsert:
  *
- *	Move the possition of the lwp in the sleep queue after a possible
+ *	Move the position of the lwp in the sleep queue after a possible
  *	change of the lwp's effective priority.
  */
 static void

Index: src/sys/netinet/sctp_output.c
diff -u src/sys/netinet/sctp_output.c:1.28 src/sys/netinet/sctp_output.c:1.29
--- src/sys/netinet/sctp_output.c:1.28	Sun Dec  5 04:56:40 2021
+++ src/sys/netinet/sctp_output.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: sctp_output.c,v 1.28 2021/12/05 04:56:40 msaitoh Exp $ */
+/*	$NetBSD: sctp_output.c,v 1.29 2022/04/08 10:17:55 andvar Exp $ */
 /*	$KAME: sctp_output.c,v 1.48 2005/06/16 18:29:24 jinmei Exp $	*/
 
 /*
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.28 2021/12/05 04:56:40 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_output.c,v 1.29 2022/04/08 10:17:55 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -743,7 +743,7 @@ sctp_choose_v4_boundspecific_stcb(struct
 		 */
 #ifdef SCTP_DEBUG
 		if (sctp_debug_on & SCTP_DEBUG_OUTPUT1) {
-			printf("Have a STCB - no asconf allowed, not bound all have a postive list\n");
+			printf("Have a STCB - no asconf allowed, not bound all have a positive list\n");
 		}
 #endif
 		/* First look at all addresses for one that is on
@@ -1280,7 +1280,7 @@ sctp_choose_v6_boundspecific_stcb(struct
 	 *   Each endpoint has a list of local addresses associated
 	 *   with it. The address list is either a "negative list" i.e.
 	 *   those addresses that are NOT allowed to be used as a source OR
-	 *   a "postive list" i.e. those addresses that CAN be used.
+	 *   a "positive list" i.e. those addresses that CAN be used.
 	 *
 	 *   Its a negative list if asconf is allowed. What we do
 	 *   in this case is use the ep address list BUT we have
@@ -1394,7 +1394,7 @@ sctp_choose_v6_boundspecific_stcb(struct
 	} else {
 #ifdef SCTP_DEBUG
 		if (sctp_debug_on & SCTP_DEBUG_OUTPUT1) {
-			printf("Have a STCB - no asconf allowed, not bound all have a postive list\n");
+			printf("Have a STCB - no asconf allowed, not bound all have a positive list\n");
 		}
 #endif
 		/* First try for interface output match */
@@ -4008,7 +4008,7 @@ sctp_prepare_chunk(struct sctp_tmit_chun
 		/* If:
 		 *  Peer supports PR-SCTP
 		 *  The flags is set against this send for PR-SCTP
-		 *  And timetolive is a postive value, zero is reserved
+		 *  And timetolive is a positive value, zero is reserved
 		 *     to mean a reliable send for both buffer/time
 		 *     related one.
 		 */

Index: src/usr.bin/pr/pr.c
diff -u src/usr.bin/pr/pr.c:1.25 src/usr.bin/pr/pr.c:1.26
--- src/usr.bin/pr/pr.c:1.25	Sun Dec  5 08:03:07 2021
+++ src/usr.bin/pr/pr.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: pr.c,v 1.25 2021/12/05 08:03:07 msaitoh Exp $	*/
+/*	$NetBSD: pr.c,v 1.26 2022/04/08 10:17:55 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1991 Keith Muller.
@@ -45,7 +45,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\
 #if 0
 from: static char sccsid[] = "@(#)pr.c	8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: pr.c,v 1.25 2021/12/05 08:03:07 msaitoh Exp $");
+__RCSID("$NetBSD: pr.c,v 1.26 2022/04/08 10:17:55 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -1020,7 +1020,7 @@ out:
  *	inf:	file
  *	buf:	buffer
  *	lim:	buffer length
- *	cps:	column positon 1st char in buffer (large line support)
+ *	cps:	column position 1st char in buffer (large line support)
  *	trnc:	throw away data more than lim up to \n 
  *	mor:	set if more data in line (not truncated)
  */

Index: src/usr.sbin/edquota/edquota.8
diff -u src/usr.sbin/edquota/edquota.8:1.16 src/usr.sbin/edquota/edquota.8:1.17
--- src/usr.sbin/edquota/edquota.8:1.16	Mon Feb 13 19:53:25 2012
+++ src/usr.sbin/edquota/edquota.8	Fri Apr  8 10:17:55 2022
@@ -29,7 +29,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	from: @(#)edquota.8	8.2 (Berkeley) 4/27/95
-.\"	$NetBSD: edquota.8,v 1.16 2012/02/13 19:53:25 dholland Exp $
+.\"	$NetBSD: edquota.8,v 1.17 2022/04/08 10:17:55 andvar Exp $
 .\"
 .Dd January 29, 2012
 .Dt EDQUOTA 8
@@ -105,7 +105,7 @@ specifies otherwise.
 .Pp
 The quotas may then be modified, new quotas added, etc.
 Setting a quota to \- or unlimited indicates that no quota should be imposed.
-Setting a quota to zero indicates that no allocation is permited.
+Setting a quota to zero indicates that no allocation is permitted.
 Setting a soft limit to zero  with a unlimited hard limit
 indicates that allocations should be permitted on only a temporary basis.
 The current usage information in the file is for informational purposes;

Index: src/usr.sbin/lpr/lpd/lpd.c
diff -u src/usr.sbin/lpr/lpd/lpd.c:1.58 src/usr.sbin/lpr/lpd/lpd.c:1.59
--- src/usr.sbin/lpr/lpd/lpd.c:1.58	Thu May  4 16:26:09 2017
+++ src/usr.sbin/lpr/lpd/lpd.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lpd.c,v 1.58 2017/05/04 16:26:09 sevan Exp $	*/
+/*	$NetBSD: lpd.c,v 1.59 2022/04/08 10:17:55 andvar Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993, 1994
@@ -41,7 +41,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19
 #if 0
 static char sccsid[] = "@(#)lpd.c	8.7 (Berkeley) 5/10/95";
 #else
-__RCSID("$NetBSD: lpd.c,v 1.58 2017/05/04 16:26:09 sevan Exp $");
+__RCSID("$NetBSD: lpd.c,v 1.59 2022/04/08 10:17:55 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -194,7 +194,7 @@ main(int argc, char **argv)
 		case 'w':
 			wait_time = atoi(optarg);
 			if (wait_time < 0)
-				errx(1, "wait time must be postive: %s",
+				errx(1, "wait time must be positive: %s",
 				    optarg);
 			if (wait_time < 30)
 			    warnx("warning: wait time less than 30 seconds");

Index: src/usr.sbin/lpr/lpq/lpq.c
diff -u src/usr.sbin/lpr/lpq/lpq.c:1.19 src/usr.sbin/lpr/lpq/lpq.c:1.20
--- src/usr.sbin/lpr/lpq/lpq.c:1.19	Wed Oct 22 07:59:43 2008
+++ src/usr.sbin/lpr/lpq/lpq.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lpq.c,v 1.19 2008/10/22 07:59:43 mishka Exp $	*/
+/*	$NetBSD: lpq.c,v 1.20 2022/04/08 10:17:55 andvar Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993
@@ -37,7 +37,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19
 #if 0
 static char sccsid[] = "@(#)lpq.c	8.3 (Berkeley) 5/10/95";
 #else
-__RCSID("$NetBSD: lpq.c,v 1.19 2008/10/22 07:59:43 mishka Exp $");
+__RCSID("$NetBSD: lpq.c,v 1.20 2022/04/08 10:17:55 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -103,7 +103,7 @@ main(int argc, char *argv[])
 		case 'w':
 			wait_time = atoi(optarg);
 			if (wait_time < 0)
-				errx(1, "wait time must be postive: %s",
+				errx(1, "wait time must be positive: %s",
 				    optarg);
 			if (wait_time < 30)
 			    warnx("warning: wait time less than 30 seconds");

Index: src/usr.sbin/sysinst/partman.c
diff -u src/usr.sbin/sysinst/partman.c:1.54 src/usr.sbin/sysinst/partman.c:1.55
--- src/usr.sbin/sysinst/partman.c:1.54	Sat Nov  6 06:40:33 2021
+++ src/usr.sbin/sysinst/partman.c	Fri Apr  8 10:17:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: partman.c,v 1.54 2021/11/06 06:40:33 msaitoh Exp $ */
+/*	$NetBSD: partman.c,v 1.55 2022/04/08 10:17:55 andvar Exp $ */
 
 /*
  * Copyright 2012 Eugene Lozovoy
@@ -457,7 +457,7 @@ pm_manage_getfreenode(void *node, const 
 /*
  * Show a line for a device, usually with full size in the right
  * column, alternatively (if != NULL) with no_size_display
- * instead in paranthesis (used for error displays or to note
+ * instead in parentheses (used for error displays or to note
  * a action that can be done to this device.
  */
 static void

Reply via email to