Source-Changes-HG archive

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

[src/trunk]: src/sys/netipsec s/assocciation/association/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/bc04dbfc0046
branches:  trunk
changeset: 1025529:bc04dbfc0046
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:55:20 2021 +0000

description:
s/assocciation/association/ in comment.

diffstat:

 sys/netipsec/keydb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1f793551bd41 -r bc04dbfc0046 sys/netipsec/keydb.h
--- a/sys/netipsec/keydb.h      Wed Nov 10 16:53:28 2021 +0000
+++ b/sys/netipsec/keydb.h      Wed Nov 10 16:55:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keydb.h,v 1.23 2018/04/19 08:27:38 maxv Exp $  */
+/*     $NetBSD: keydb.h,v 1.24 2021/11/10 16:55:20 msaitoh Exp $       */
 /*     $FreeBSD: keydb.h,v 1.1.4.1 2003/01/24 05:11:36 sam Exp $       */
 /*     $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $  */
 
@@ -55,7 +55,7 @@
 };
 #endif /* _SOCKADDR_UNION_DEFINED */
 
-/* Security Assocciation Index */
+/* Security Association Index */
 /* NOTE: Ensure to be same address family */
 struct secasindex {
        union sockaddr_union src;       /* source address for SA */



Home | Main Index | Thread Index | Old Index