Skip to content

Commit

Permalink
net/pfkeyv2.h: fix typo, meNber
Browse files Browse the repository at this point in the history
(cherry picked from commit b6d3a96)
  • Loading branch information
kostikbel authored and fichtner committed Jun 7, 2023
1 parent fb81510 commit 5b7fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/pfkeyv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,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
Expand Down

0 comments on commit 5b7fa2b

Please sign in to comment.