net/pfkeyv2.h: fix typo, meNber

Sponsored by:	NVidia networking
MFC after:	3 days
This commit is contained in:
Konstantin Belousov
2023-05-11 02:52:39 +03:00
parent 3d6a94db10
commit b6d3a9644d
+1 -1
View File
@@ -433,7 +433,7 @@ _Static_assert(sizeof(struct sadb_x_sa_replay) == 8, "struct size mismatch");
/* SPI size for PF_KEYv2 */
#define PFKEY_SPI_SIZE sizeof(u_int32_t)
/* Identifier for menber of lifetime structure */
/* Identifier for member of lifetime structure */
#define SADB_X_LIFETIME_ALLOCATIONS 0
#define SADB_X_LIFETIME_BYTES 1
#define SADB_X_LIFETIME_ADDTIME 2