aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorChema Gonzalez <chemag@gmail.com>2017-04-18 19:22:23 -0700
committerDavid S. Miller <davem@davemloft.net>2017-04-20 16:16:44 -0400
commitd6ecf32805502cf76c61084c83a08ac42f9be4e5 (patch)
tree7906de4c0cf197a1854ac8bca693069517927722 /net/ipv4
parentAdd Jiri Pirko as TC subsystem co-maintainer (diff)
downloadlinux-dev-d6ecf32805502cf76c61084c83a08ac42f9be4e5.tar.xz
linux-dev-d6ecf32805502cf76c61084c83a08ac42f9be4e5.zip
tcp_cubic: fix typo in module param description
Signed-off-by: Chema Gonzalez <chemag@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/tcp_cubic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c
index c99230efcd52..0683ba447d77 100644
--- a/net/ipv4/tcp_cubic.c
+++ b/net/ipv4/tcp_cubic.c
@@ -72,7 +72,7 @@ MODULE_PARM_DESC(tcp_friendliness, "turn on/off tcp friendliness");
module_param(hystart, int, 0644);
MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
module_param(hystart_detect, int, 0644);
-MODULE_PARM_DESC(hystart_detect, "hyrbrid slow start detection mechanisms"
+MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"
" 1: packet-train 2: delay 3: both packet-train and delay");
module_param(hystart_low_window, int, 0644);
MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");