diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-11-04 20:25:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-04 15:09:52 -0500 |
commit | b92022f3e507d4d8415b34d6ac81adf2d45c2071 (patch) | |
tree | 706f7602ffb392a5b9655ecb7c583c4789c7a118 /net/ipv4/tcp_cong.c | |
parent | 988b13438c0c6893192d4ca082eb4df39222b07b (diff) | |
download | linux-b92022f3e507d4d8415b34d6ac81adf2d45c2071.tar.bz2 |
tcp: spelling s/plugable/pluggable
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_cong.c')
-rw-r--r-- | net/ipv4/tcp_cong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_cong.c b/net/ipv4/tcp_cong.c index b1c5970d47a1..27ead0dd16bc 100644 --- a/net/ipv4/tcp_cong.c +++ b/net/ipv4/tcp_cong.c @@ -1,5 +1,5 @@ /* - * Plugable TCP congestion control support and newReno + * Pluggable TCP congestion control support and newReno * congestion control. * Based on ideas from I/O scheduler support and Web100. * |