netfilter: ebt_nflog: fix Kconfig typo The help text should refer to nflog instead of ulog. Noticed by Krzysztof Halasa <khc@xxxxxxxxx>. Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 48d88486554c27296e6f0e4b37aae3bbb37af5d2 tree 5e381318cdc2c46ed9d7e4afa58815c125d441f2 parent fa30a357f95a548526ffe578a57ff55fb2646674 author Patrick McHardy <kaber@xxxxxxxxx> Mon, 07 Jul 2008 13:00:16 +0200 committer Patrick McHardy <kaber@xxxxxxxxx> Mon, 07 Jul 2008 13:00:16 +0200 net/bridge/netfilter/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig index 540df41..9094797 100644 --- a/net/bridge/netfilter/Kconfig +++ b/net/bridge/netfilter/Kconfig @@ -230,7 +230,7 @@ config BRIDGE_EBT_NFLOG either the old LOG target, the old ULOG target or nfnetlink_log as backend. - This option adds the ulog watcher, that you can use in any rule + This option adds the nflog watcher, that you can use in any rule in any ebtables table. To compile it as a module, choose M here. If unsure, say N. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html