Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  1 08:34:35 UTC 2022

Modified Files:
        src/crypto/dist/ipsec-tools/src/racoon/doc: FAQ
        src/doc: CHANGES.prev
        src/lib/libcurses: ripoffline.c
        src/sys/fs/udf: udf_subr.c
        src/sys/netinet: sctp_constants.h
        src/usr.bin/pkill: pkill.1

Log Message:
s/implemenation/implementation/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ
cvs rdiff -u -r1.162 -r1.163 src/doc/CHANGES.prev
cvs rdiff -u -r1.6 -r1.7 src/lib/libcurses/ripoffline.c
cvs rdiff -u -r1.162 -r1.163 src/sys/fs/udf/udf_subr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_constants.h
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/pkill/pkill.1

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

Modified files:

Index: src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ
diff -u src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ:1.3 src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ:1.4
--- src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ:1.3	Fri Jul 30 14:50:47 2010
+++ src/crypto/dist/ipsec-tools/src/racoon/doc/FAQ	Sat Jan  1 08:34:34 2022
@@ -8,7 +8,7 @@ A: [KAME]
 	See "IMPLEMENTATION" document supplied with KAME kit, or:
 	http://www.kame.net/dev/cvsweb.cgi/kame/IMPLEMENTATION
 	As we have tested/got test reports in the past, and our end and
-	the other end may have changed their implemenations, we are not sure
+	the other end may have changed their implementations, we are not sure
 	if we can interoperate with them today (we hope them to interoperate,
 	but we are not sure).
 	Also note that, IKE interoperability highly depends on configuration

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.162 src/doc/CHANGES.prev:1.163
--- src/doc/CHANGES.prev:1.162	Sun Dec  5 04:54:20 2021
+++ src/doc/CHANGES.prev	Sat Jan  1 08:34:34 2022
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.162 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.163 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -4100,7 +4100,7 @@ Changes from NetBSD 1.3 to NetBSD 1.4:
 	atari: Crazy Dots (et4000 vme) driver from Julian Coleman.
 		[leo 19980423]
 	mac68k: Added MACHINE_NEW_NONCONTIG and UVM support.  [scottr 19980424]
-	netinet: update our implemenation of RFC1323 PAWS/timestamps/wscale
+	netinet: update our implementation of RFC1323 PAWS/timestamps/wscale
 		to be compliant with the updated RFC1323.bis.
 		[thorpej 19980428]
 	netinet: add new TCP input reassembly code as a stepping stone
@@ -11704,7 +11704,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
 		values generically rather than as per-driver special cases.
 		[tls 20140810]
 	cprng_fast(9): Replace slow/broken mutex-protected kernel
-		_arc4random() with new cprng_fast implemenation
+		_arc4random() with new cprng_fast implementation
 		from riastradh@ using per-cpu instances of chacha8.
 		[tls 20140810]
 	OpenSSL: Update to 1.0.1i. [spz 20140810]

Index: src/lib/libcurses/ripoffline.c
diff -u src/lib/libcurses/ripoffline.c:1.6 src/lib/libcurses/ripoffline.c:1.7
--- src/lib/libcurses/ripoffline.c:1.6	Mon Sep  6 07:03:50 2021
+++ src/lib/libcurses/ripoffline.c	Sat Jan  1 08:34:35 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: ripoffline.c,v 1.6 2021/09/06 07:03:50 rin Exp $	*/
+/*	$NetBSD: ripoffline.c,v 1.7 2022/01/01 08:34:35 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ripoffline.c,v 1.6 2021/09/06 07:03:50 rin Exp $");
+__RCSID("$NetBSD: ripoffline.c,v 1.7 2022/01/01 08:34:35 msaitoh Exp $");
 #endif				/* not lint */
 
 #include "curses.h"
@@ -88,7 +88,7 @@ __rippedlines(const SCREEN *screen, int 
  * __ripoffscreen --
  *	Rips lines from the screen by creating a WINDOW per ripoffline call.
  *	Although the POSIX API only allows for one line WINDOWS to be created,
- *	this implemenation allows for N lines if needed.
+ *	this implementation allows for N lines if needed.
  */
 int
 __ripoffscreen(SCREEN *screen)

Index: src/sys/fs/udf/udf_subr.c
diff -u src/sys/fs/udf/udf_subr.c:1.162 src/sys/fs/udf/udf_subr.c:1.163
--- src/sys/fs/udf/udf_subr.c:1.162	Thu Dec 16 22:24:10 2021
+++ src/sys/fs/udf/udf_subr.c	Sat Jan  1 08:34:35 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.162 2021/12/16 22:24:10 reinoud Exp $ */
+/* $NetBSD: udf_subr.c,v 1.163 2022/01/01 08:34:35 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.162 2021/12/16 22:24:10 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.163 2022/01/01 08:34:35 msaitoh Exp $");
 #endif /* not lint */
 
 
@@ -2404,7 +2404,7 @@ udf_extattr_search_intern(struct udf_nod
 	/* looking for Ecma-167 attributes? */
 	offset = sizeof(struct extattrhdr_desc);
 
-	/* looking for either implemenation use or application use */
+	/* looking for either implementation use or application use */
 	if (sattr == 2048) {				/* [4/48.10.8] */
 		offset = udf_rw32(eahdr->impl_attr_loc);
 		if (offset == UDF_IMPL_ATTR_LOC_NOT_PRESENT)

Index: src/sys/netinet/sctp_constants.h
diff -u src/sys/netinet/sctp_constants.h:1.2 src/sys/netinet/sctp_constants.h:1.3
--- src/sys/netinet/sctp_constants.h:1.2	Fri Dec 27 09:25:58 2019
+++ src/sys/netinet/sctp_constants.h	Sat Jan  1 08:34:35 2022
@@ -1,5 +1,5 @@
 /*	$KAME: sctp_constants.h,v 1.17 2005/03/06 16:04:17 itojun Exp $	*/
-/*	$NetBSD: sctp_constants.h,v 1.2 2019/12/27 09:25:58 msaitoh Exp $ */
+/*	$NetBSD: sctp_constants.h,v 1.3 2022/01/01 08:34:35 msaitoh Exp $ */
 
 #ifndef __SCTP_CONSTANTS_H__
 #define __SCTP_CONSTANTS_H__
@@ -404,7 +404,7 @@
  * of decerning taste. However we do count them, if we get too
  * many before the association comes up.. we give up. Below is
  * the constant that dictates when we give it up...this is a
- * implemenation dependent treatment. In ours we do not ask for
+ * implementation dependent treatment. In ours we do not ask for
  * a extension of time, but just retry this many times...
  */
 #define SCTP_MAX_STALE_COOKIES_I_COLLECT 10

Index: src/usr.bin/pkill/pkill.1
diff -u src/usr.bin/pkill/pkill.1:1.30 src/usr.bin/pkill/pkill.1:1.31
--- src/usr.bin/pkill/pkill.1:1.30	Tue Dec  4 08:01:35 2018
+++ src/usr.bin/pkill/pkill.1	Sat Jan  1 08:34:35 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pkill.1,v 1.30 2018/12/04 08:01:35 wiz Exp $
+.\"	$NetBSD: pkill.1,v 1.31 2022/01/01 08:34:35 msaitoh Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -192,7 +192,7 @@ or
 process will never consider itself or system processes (kernel threads) as
 a potential match.
 .Sh IMPLEMENTATION NOTES
-The Sun Solaris implemenation utilised procfs to obtain process information.
+The Sun Solaris implementation utilised procfs to obtain process information.
 This implementation utilises
 .Xr kvm 3
 instead.

Reply via email to