git: 95b63f103bfd - stable/13 - netipsec/keydb.h: fix typo

Konstantin Belousov kib at FreeBSD.org
Fri Aug 13 09:35:10 UTC 2021


The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=95b63f103bfd29505678f095c263278e45f09592

commit 95b63f103bfd29505678f095c263278e45f09592
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-07-31 01:41:13 +0000
Commit:     Konstantin Belousov <kib at 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 */


More information about the dev-commits-src-all mailing list