diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-05-21 05:41:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-21 22:21:08 +0200 |
commit | 2bcd9d842b500a2f0c9338e75fdd23ece24ac687 (patch) | |
tree | ccc6bc08bfb2b207024b578e96269603bf86a4cd /Documentation | |
parent | ipv6: Consider sk_bound_dev_if when binding a raw socket to an address (diff) | |
download | linux-2bcd9d842b500a2f0c9338e75fdd23ece24ac687.tar.xz linux-2bcd9d842b500a2f0c9338e75fdd23ece24ac687.zip |
net-next: net: Fix typos in ip-sysctl.txt
This patch fixes some spelling typos found in ip-sysctl.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 725b8bea58a7..14fe93049d28 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -560,10 +560,10 @@ tcp_comp_sack_delay_ns - LONG INTEGER Default : 1,000,000 ns (1 ms) tcp_comp_sack_nr - INTEGER - Max numer of SACK that can be compressed. + Max number of SACK that can be compressed. Using 0 disables SACK compression. - Detault : 44 + Default : 44 tcp_slow_start_after_idle - BOOLEAN If set, provide RFC2861 behavior and time out the congestion |