diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-11-04 14:25:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-04 15:09:52 -0500 |
commit | b92022f3e507d4d8415b34d6ac81adf2d45c2071 (patch) | |
tree | 706f7602ffb392a5b9655ecb7c583c4789c7a118 /net | |
parent | 988b13438c0c6893192d4ca082eb4df39222b07b (diff) |
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')
-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 @@ | |||
1 | /* | 1 | /* |
2 | * Plugable TCP congestion control support and newReno | 2 | * Pluggable TCP congestion control support and newReno |
3 | * congestion control. | 3 | * congestion control. |
4 | * Based on ideas from I/O scheduler support and Web100. | 4 | * Based on ideas from I/O scheduler support and Web100. |
5 | * | 5 | * |