diff options
| author | Jelle van der Waa <jelle@vdwaa.nl> | 2026-03-09 21:29:33 +0100 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2026-04-08 07:51:26 +0200 |
| commit | 1f290c497cb644dd3b52e69b2eaa24a5ffb66094 (patch) | |
| tree | a02aa84459517de27c25805ff96300a11c1f3be5 /include/uapi/linux | |
| parent | 6e6f2b9b3375cc0e6b8567d31ae7d3b2d910582f (diff) | |
netfilter: nf_tables: Fix typo in enum description
Fix the spelling of "options".
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/netfilter/nf_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h index 45c71f7d21c2..dca9e72b0558 100644 --- a/include/uapi/linux/netfilter/nf_tables.h +++ b/include/uapi/linux/netfilter/nf_tables.h @@ -884,7 +884,7 @@ enum nft_exthdr_flags { * @NFT_EXTHDR_OP_TCPOPT: match against tcp options * @NFT_EXTHDR_OP_IPV4: match against ipv4 options * @NFT_EXTHDR_OP_SCTP: match against sctp chunks - * @NFT_EXTHDR_OP_DCCP: match against dccp otions + * @NFT_EXTHDR_OP_DCCP: match against dccp options */ enum nft_exthdr_op { NFT_EXTHDR_OP_IPV6, |
