From: Francois-Xavier Le Bail Date: Sat, 29 Jul 2023 08:56:54 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b4b993c408da636a558fc86fb71dad0e23bf14a2 Fix a typo in a comment [skip ci] --- diff --git a/print-nflog.c b/print-nflog.c index bbe4ccfc..2c6c278b 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -97,7 +97,7 @@ typedef struct nflog_timestamp { #define NFULA_PREFIX 10 /* text string - null-terminated, count includes NUL */ #define NFULA_UID 11 /* UID owning socket on which packet was sent/received */ #define NFULA_SEQ 12 /* sequence number of packets on this NFLOG socket */ -#define NFULA_SEQ_GLOBAL 13 /* sequence number of pakets on all NFLOG sockets */ +#define NFULA_SEQ_GLOBAL 13 /* sequence number of packets on all NFLOG sockets */ #define NFULA_GID 14 /* GID owning socket on which packet was sent/received */ #define NFULA_HWTYPE 15 /* ARPHRD_ type of skbuff's device */ #define NFULA_HWHEADER 16 /* skbuff's MAC-layer header */