diff options
author | Simon Horman <horms@kernel.org> | 2024-08-28 21:30:16 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-09-03 10:47:17 +0200 |
commit | 85dfb34bb7d24c4585fa6a8186c3bf207470ecd7 (patch) | |
tree | d2f61bae829604dabe5128689186e816ef536dfb /include/net/netfilter | |
parent | eaf9b2c875ece22768b78aa38da8b232e5de021b (diff) | |
download | linux-85dfb34bb7d24c4585fa6a8186c3bf207470ecd7.tar.gz linux-85dfb34bb7d24c4585fa6a8186c3bf207470ecd7.tar.bz2 linux-85dfb34bb7d24c4585fa6a8186c3bf207470ecd7.zip |
netfilter: nf_tables: Correct spelling in nf_tables.h
Correct spelling in nf_tables.h.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter')
-rw-r--r-- | include/net/netfilter/nf_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 7cd60ea7cdee..02626ad17e99 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -687,7 +687,7 @@ void nf_tables_destroy_set(const struct nft_ctx *ctx, struct nft_set *set); * @NFT_SET_EXT_TIMEOUT: element timeout * @NFT_SET_EXT_EXPIRATION: element expiration time * @NFT_SET_EXT_USERDATA: user data associated with the element - * @NFT_SET_EXT_EXPRESSIONS: expressions assiciated with the element + * @NFT_SET_EXT_EXPRESSIONS: expressions associated with the element * @NFT_SET_EXT_OBJREF: stateful object reference associated with element * @NFT_SET_EXT_NUM: number of extension types */ |