projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3427b2a
)
netfilter: xt_limit: Spelling s/maxmum/maximum/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 2 Mar 2018 13:59:54 +0000
(14:59 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 5 Mar 2018 22:15:50 +0000
(23:15 +0100)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_limit.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_limit.c
b/net/netfilter/xt_limit.c
index
55d18cd
..
9f098ec
100644
(file)
--- 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 max
i
mum 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. */