diff options
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r-- | net/ipv4/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 05b1ecf36763..e96152207164 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -1336,7 +1336,7 @@ static inline unsigned int tcp_cwnd_test(struct tcp_sock *tp, | |||
1336 | return 0; | 1336 | return 0; |
1337 | } | 1337 | } |
1338 | 1338 | ||
1339 | /* Intialize TSO state of a skb. | 1339 | /* Initialize TSO state of a skb. |
1340 | * This must be invoked the first time we consider transmitting | 1340 | * This must be invoked the first time we consider transmitting |
1341 | * SKB onto the wire. | 1341 | * SKB onto the wire. |
1342 | */ | 1342 | */ |