diff options
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 c1b34f1edb32..5c8caf4a1244 100644 --- a/net/ipv4/tcp_cong.c +++ b/net/ipv4/tcp_cong.c | |||
@@ -29,7 +29,7 @@ static struct tcp_congestion_ops *tcp_ca_find(const char *name) | |||
29 | } | 29 | } |
30 | 30 | ||
31 | /* | 31 | /* |
32 | * Attach new congestion control algorthim to the list | 32 | * Attach new congestion control algorithm to the list |
33 | * of available options. | 33 | * of available options. |
34 | */ | 34 | */ |
35 | int tcp_register_congestion_control(struct tcp_congestion_ops *ca) | 35 | int tcp_register_congestion_control(struct tcp_congestion_ops *ca) |