]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 29 Jul 2023 08:56:54 +0000 (10:56 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 29 Jul 2023 08:57:11 +0000 (10:57 +0200)
[skip ci]

print-nflog.c

index bbe4ccfcc761b847d7e6043dc14e95dfc455cd94..2c6c278b0d71289cb47df5623dbf07be5a148d77 100644 (file)
@@ -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 */