aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c
diff options
context:
space:
mode:
authorFabian Frederick <[email protected]>2014-11-04 19:25:38 +0000
committerDavid S. Miller <[email protected]>2014-11-04 20:09:52 +0000
commitb92022f3e507d4d8415b34d6ac81adf2d45c2071 (patch)
tree706f7602ffb392a5b9655ecb7c583c4789c7a118 /net/ipv4/tcp_cong.c
parentcipso: remove NULL assignment on static (diff)
downloadkernel-b92022f3e507d4d8415b34d6ac81adf2d45c2071.tar.gz
kernel-b92022f3e507d4d8415b34d6ac81adf2d45c2071.zip
tcp: spelling s/plugable/pluggable
Signed-off-by: Fabian Frederick <[email protected]> Signed-off-by: David S. Miller <[email protected]>
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.
*