diff mbox series

[trivial,resend] ] netfilter: xt_limit: Spelling s/maxmum/maximum/

Message ID 1519999194-14841-1-git-send-email-geert+renesas@glider.be
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show
Series [trivial,resend] ] netfilter: xt_limit: Spelling s/maxmum/maximum/ | expand

Commit Message

Geert Uytterhoeven March 2, 2018, 1:59 p.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 net/netfilter/xt_limit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso March 5, 2018, 10:13 p.m. UTC | #1
Applied this spelling fix, thanks.
diff mbox series

Patch

diff --git a/net/netfilter/xt_limit.c b/net/netfilter/xt_limit.c
index 55d18cd676356cc9..9f098ecb24497e9a 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. */