netfilter: nf_tables: Correct spelling in nf_tables.h
authorSimon Horman <horms@kernel.org>
Wed, 28 Aug 2024 20:30:16 +0000 (21:30 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 3 Sep 2024 08:47:17 +0000 (10:47 +0200)
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>
include/net/netfilter/nf_tables.h

index 7cd60ea..02626ad 100644 (file)
@@ -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
  */