aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
authorZhang Jiaming <jiaming@nfschina.com>2022-06-23 16:01:41 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2022-07-11 16:40:37 +0200
commitf72547473fcd8c61c84f857dc821fe785f302210 (patch)
tree16fe32a3686487e3bbb087270c0808e6fd2efbb9 /net/netfilter
parentnetfilter: h323: merge nat hook pointers into one (diff)
downloadlinux-dev-f72547473fcd8c61c84f857dc821fe785f302210.tar.xz
linux-dev-f72547473fcd8c61c84f857dc821fe785f302210.zip
netfilter: nft_set_bitmap: Fix spelling mistake
Change 'succesful' to 'successful'. Change 'transation' to 'transaction'. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nft_set_bitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/nft_set_bitmap.c b/net/netfilter/nft_set_bitmap.c
index e7ae5914971e..96081ac8d2b4 100644
--- a/net/netfilter/nft_set_bitmap.c
+++ b/net/netfilter/nft_set_bitmap.c
@@ -21,7 +21,7 @@ struct nft_bitmap_elem {
* the element state in the current and the future generation.
*
* An element can be in three states. The generation cursor is represented using
- * the ^ character, note that this cursor shifts on every succesful transaction.
+ * the ^ character, note that this cursor shifts on every successful transaction.
* If no transaction is going on, we observe all elements are in the following
* state:
*
@@ -39,7 +39,7 @@ struct nft_bitmap_elem {
* 10 = this element is active in the current generation and it becomes inactive
* ^ in the next one. This happens when the element is deactivated but commit
* path has not yet been executed yet, so removal is still pending. On
- * transation abortion, the next generation bit is reset to go back to
+ * transaction abortion, the next generation bit is reset to go back to
* restore its previous state.
*/
struct nft_bitmap {