Commit f7254747 authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Pablo Neira Ayuso

netfilter: nft_set_bitmap: Fix spelling mistake

Change 'succesful' to 'successful'.
Change 'transation' to 'transaction'.
Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent d3f2d0a2
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment