netipsec/keydb.h: fix typo

Sponsored by:	NVIDIA Networking
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2021-07-31 04:41:13 +03:00
parent 015075f383
commit fd4751b389

View File

@ -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 */