From: Geert Uytterhoeven Date: Fri, 2 Mar 2018 13:59:54 +0000 (+0100) Subject: netfilter: xt_limit: Spelling s/maxmum/maximum/ X-Git-Tag: for-linus-20180413~64^2~43^2~28 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=010eacd968a73ddcb8592b14c1607e1004120ede;p=linux-block.git netfilter: xt_limit: Spelling s/maxmum/maximum/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/netfilter/xt_limit.c b/net/netfilter/xt_limit.c index 55d18cd67635..9f098ecb2449 100644 --- a/net/netfilter/xt_limit.c +++ b/net/netfilter/xt_limit.c @@ -46,7 +46,7 @@ MODULE_ALIAS("ip6t_limit"); See Alexey's formal explanation in net/sched/sch_tbf.c. - To get the maxmum range, we multiply by this factor (ie. you get N + To get the maximum range, we multiply by this factor (ie. you get N credits per jiffy). We want to allow a rate as low as 1 per day (slowest userspace tool allows), which means CREDITS_PER_JIFFY*HZ*60*60*24 < 2^32. ie. */