From: Fabian Frederick Date: Tue, 4 Nov 2014 19:25:38 +0000 (+0100) Subject: tcp: spelling s/plugable/pluggable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b92022f3e507d4d8415b34d6ac81adf2d45c2071;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git tcp: spelling s/plugable/pluggable Signed-off-by: Fabian Frederick Signed-off-by: David S. Miller --- 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. *