The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=95b63f103bfd29505678f095c263278e45f09592
commit 95b63f103bfd29505678f095c263278e45f09592 Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-07-31 01:41:13 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2021-08-13 09:34:42 +0000 netipsec/keydb.h: fix typo (cherry picked from commit fd4751b3892973f3d329f6fb516da6b01be6f71f) --- sys/netipsec/keydb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h index e3c1417a2f9a..69c1cb29db34 100644 --- a/sys/netipsec/keydb.h +++ b/sys/netipsec/keydb.h @@ -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 */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
