Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 03:43:51 UTC 2021

Modified Files:
        src/crypto/dist/ipsec-tools: NEWS
        src/doc: CHANGES.prev
        src/sys/dev/pci: if_jmereg.h

Log Message:
as/aggresive/aggressive/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/dist/ipsec-tools/NEWS
cvs rdiff -u -r1.159 -r1.160 src/doc/CHANGES.prev
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_jmereg.h

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/NEWS
diff -u src/crypto/dist/ipsec-tools/NEWS:1.5 src/crypto/dist/ipsec-tools/NEWS:1.6
--- src/crypto/dist/ipsec-tools/NEWS:1.5	Sat Oct 13 15:08:51 2018
+++ src/crypto/dist/ipsec-tools/NEWS	Sun Dec  5 03:43:50 2021
@@ -124,7 +124,7 @@ Version history:
 0.3rc4	- 25 March 2004
 	o Fixed adding "null" encryption via 'setkey'.
 	o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
-	o Fixed NAT-T in aggresive mode.
+	o Fixed NAT-T in aggressive mode.
 	o Fixed testsuite and added testsuite run into make check.
 
 0.3rc3	- 19 March 2004

Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.159 src/doc/CHANGES.prev:1.160
--- src/doc/CHANGES.prev:1.159	Sun Dec  5 02:24:16 2021
+++ src/doc/CHANGES.prev	Sun Dec  5 03:43:50 2021
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.159 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:			<$Revision: 1.160 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -757,7 +757,7 @@ Changes from NetBSD 0.9 to NetBSD 1.0:
 		syscalls are in new architecure specific library -
 		libarch/libi386.  (brezak)
 	i386: add clearing of direction flag back to i386 bcopy and memmove.
-		The previous change to remove it was too aggresive and broke
+		The previous change to remove it was too aggressive and broke
 		things like the Xserver. (brezak)
 	libc: fixed isascii(3) man page (cgd)
 	made biodone() work properly, from spec in daemon book and

Index: src/sys/dev/pci/if_jmereg.h
diff -u src/sys/dev/pci/if_jmereg.h:1.6 src/sys/dev/pci/if_jmereg.h:1.7
--- src/sys/dev/pci/if_jmereg.h:1.6	Thu Aug 26 21:33:36 2021
+++ src/sys/dev/pci/if_jmereg.h	Sun Dec  5 03:43:50 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: if_jmereg.h,v 1.6 2021/08/26 21:33:36 andvar Exp $ */
+/* $NetBSD: if_jmereg.h,v 1.7 2021/12/05 03:43:50 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2008, Pyun YongHyeon <yong...@freebsd.org>
@@ -775,7 +775,7 @@
 #define	TIMER_CNT_SHIFT		0
 #define	TIMER_UNIT		1024	/* 1024us */
 
-/* Aggresive power mode control. */
+/* Aggressive power mode control. */
 #define	JME_APMC		0x7C
 #define	APMC_PCIE_SDOWN_STAT	0x80000000
 #define	APMC_PCIE_SDOWN_ENB	0x40000000

Reply via email to