diff options
author | Alexey Dobriyan <adobriyan@openvz.org> | 2007-01-02 03:42:00 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-01-03 21:38:12 -0500 |
commit | 9c2440bbe82892c8e3cd541632ac71bd765757a3 (patch) | |
tree | 2284e4d3b88ffb19929635a458eb4bcc5dc79682 | |
parent | 60903f2c6616939afd0335b49697beeb7219657e (diff) |
[NETFILTER] xt_hashlimit.c: fix typo
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/netfilter/xt_hashlimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c index a5a6e192ac2d..f28bf69d3d42 100644 --- a/net/netfilter/xt_hashlimit.c +++ b/net/netfilter/xt_hashlimit.c | |||
@@ -745,7 +745,7 @@ static int __init xt_hashlimit_init(void) | |||
745 | } | 745 | } |
746 | hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net); | 746 | hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net); |
747 | if (!hashlimit_procdir6) { | 747 | if (!hashlimit_procdir6) { |
748 | printk(KERN_ERR "xt_hashlimit: tnable to create proc dir " | 748 | printk(KERN_ERR "xt_hashlimit: unable to create proc dir " |
749 | "entry\n"); | 749 | "entry\n"); |
750 | goto err4; | 750 | goto err4; |
751 | } | 751 | } |