Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c2440bb authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[NETFILTER] xt_hashlimit.c: fix typo

parent 60903f2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -745,7 +745,7 @@ static int __init xt_hashlimit_init(void)
	}
	}
	hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
	hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
	if (!hashlimit_procdir6) {
	if (!hashlimit_procdir6) {
		printk(KERN_ERR "xt_hashlimit: tnable to create proc dir "
		printk(KERN_ERR "xt_hashlimit: unable to create proc dir "
				"entry\n");
				"entry\n");
		goto err4;
		goto err4;
	}
	}