Commit d4576fcb authored by Baruch Even's avatar Baruch Even Committed by David S. Miller

[TCP]: Fix some typos.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3b7e367
...@@ -271,7 +271,7 @@ struct tcp_opt { ...@@ -271,7 +271,7 @@ struct tcp_opt {
/* RTT measurement */ /* RTT measurement */
__u8 backoff; /* backoff */ __u8 backoff; /* backoff */
__u32 srtt; /* smothed round trip time << 3 */ __u32 srtt; /* smoothed round trip time << 3 */
__u32 mdev; /* medium deviation */ __u32 mdev; /* medium deviation */
__u32 mdev_max; /* maximal mdev for the last rtt period */ __u32 mdev_max; /* maximal mdev for the last rtt period */
__u32 rttvar; /* smoothed mdev_max */ __u32 rttvar; /* smoothed mdev_max */
......
...@@ -1097,7 +1097,7 @@ void tcp_xmit_retransmit_queue(struct sock *sk) ...@@ -1097,7 +1097,7 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
/* Yeah, we have to make difficult choice between forward transmission /* Yeah, we have to make difficult choice between forward transmission
* and retransmission... Both ways have their merits... * and retransmission... Both ways have their merits...
* *
* For now we do not retrnamsit anything, while we have some new * For now we do not retransmit anything, while we have some new
* segments to send. * segments to send.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment