Source-Changes-HG archive

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

[src/trunk]: src as/aggresive/aggressive/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/eb02804b2843
branches:  trunk
changeset: 1026678:eb02804b2843
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 03:43:50 2021 +0000

description:
as/aggresive/aggressive/ in comment.

diffstat:

 crypto/dist/ipsec-tools/NEWS |  2 +-
 doc/CHANGES.prev             |  4 ++--
 sys/dev/pci/if_jmereg.h      |  4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r a8277f95550a -r eb02804b2843 crypto/dist/ipsec-tools/NEWS
--- a/crypto/dist/ipsec-tools/NEWS      Sun Dec 05 03:42:01 2021 +0000
+++ b/crypto/dist/ipsec-tools/NEWS      Sun Dec 05 03:43:50 2021 +0000
@@ -124,7 +124,7 @@
 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
diff -r a8277f95550a -r eb02804b2843 doc/CHANGES.prev
--- a/doc/CHANGES.prev  Sun Dec 05 03:42:01 2021 +0000
+++ b/doc/CHANGES.prev  Sun Dec 05 03:43:50 2021 +0000
@@ -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 @@
                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
diff -r a8277f95550a -r eb02804b2843 sys/dev/pci/if_jmereg.h
--- a/sys/dev/pci/if_jmereg.h   Sun Dec 05 03:42:01 2021 +0000
+++ b/sys/dev/pci/if_jmereg.h   Sun Dec 05 03:43:50 2021 +0000
@@ -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 <yongari%FreeBSD.org@localhost>
@@ -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



Home | Main Index | Thread Index | Old Index