summaryrefslogtreecommitdiff
path: root/sys/netipsec
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2021-11-10 16:55:20 +0000
committermsaitoh <msaitoh@NetBSD.org>2021-11-10 16:55:20 +0000
commit184d29a1276f4eed73712296e4bb14a76faef140 (patch)
tree025b19ec89e4f7071adf50fc98dea0d5efac9fee /sys/netipsec
parentf7a5f67e5d3c22a979b6966df6ea55eba19805b8 (diff)
s/assocciation/association/ in comment.
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/keydb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h
index 1e23bee9529..0ef7a90261c 100644
--- a/sys/netipsec/keydb.h
+++ b/sys/netipsec/keydb.h
@@ -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 @@ union sockaddr_union {
};
#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 */