Date: Fri, 13 Aug 2021 09:35:10 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 95b63f103bfd - stable/13 - netipsec/keydb.h: fix typo Message-ID: <202108130935.17D9ZAt3039064@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=95b63f103bfd29505678f095c263278e45f09592 commit 95b63f103bfd29505678f095c263278e45f09592 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-07-31 01:41:13 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108130935.17D9ZAt3039064>