diff options
Diffstat (limited to 'net/netfilter/xt_comment.c')
-rw-r--r-- | net/netfilter/xt_comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_comment.c b/net/netfilter/xt_comment.c index 4539d435ec79..89f47364e848 100644 --- a/net/netfilter/xt_comment.c +++ b/net/netfilter/xt_comment.c @@ -10,7 +10,7 @@ #include <linux/netfilter/xt_comment.h> MODULE_AUTHOR("Brad Fisher <brad@info-link.net>"); -MODULE_DESCRIPTION("iptables comment match module"); +MODULE_DESCRIPTION("Xtables: No-op match which can be tagged with a comment"); MODULE_LICENSE("GPL"); MODULE_ALIAS("ipt_comment"); MODULE_ALIAS("ip6t_comment"); |