aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-11-04 20:25:38 +0100
committerDavid S. Miller <davem@davemloft.net>2014-11-04 15:09:52 -0500
commitb92022f3e507d4d8415b34d6ac81adf2d45c2071 (patch)
tree706f7602ffb392a5b9655ecb7c583c4789c7a118 /net/ipv4/tcp_cong.c
parentcipso: remove NULL assignment on static (diff)
downloadlinux-dev-b92022f3e507d4d8415b34d6ac81adf2d45c2071.tar.xz
linux-dev-b92022f3e507d4d8415b34d6ac81adf2d45c2071.zip
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.c2
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.
*