aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2017-01-09 17:24:18 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-16 14:23:02 +0100
commite4670b058af64639ec1aef4db845c39bfdfff7c4 (patch)
tree6c0a31b4f1ce086444ad080a1bd12d396c9630c8 /net/netfilter/Kconfig
parentnetfilter: nf_tables: fix possible oops when dumping stateful objects (diff)
downloadlinux-dev-e4670b058af64639ec1aef4db845c39bfdfff7c4.tar.xz
linux-dev-e4670b058af64639ec1aef4db845c39bfdfff7c4.zip
netfilter: Fix typo in NF_CONNTRACK Kconfig option description
The NF_CONNTRACK Kconfig option description makes an incorrect reference to the "meta" expression where the "ct" expression would be correct.This patch fixes the respective typographical error. Fixes: d497c6352736 ("netfilter: add help information to new nf_tables Kconfig options") Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 63729b489c2c..bbc45f8a7b2d 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -494,7 +494,7 @@ config NFT_CT
depends on NF_CONNTRACK
tristate "Netfilter nf_tables conntrack module"
help
- This option adds the "meta" expression that you can use to match
+ This option adds the "ct" expression that you can use to match
connection tracking information such as the flow state.
config NFT_SET_RBTREE