summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBaruch Even <baruch@ev-en.org>2004-09-07 23:41:45 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-09-07 23:41:45 -0700
commitd4576fcb868f2fbd43a1e9ed2164fbeca985ee01 (patch)
tree7d2bab084ba2ae8878f0928693f7c9720336684d /include/linux
parentd3b7e367662c63ff1f577f5a57fcd733bd818cb5 (diff)
[TCP]: Fix some typos.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 86ca98c5ef8f..c03df4894379 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -271,7 +271,7 @@ struct tcp_opt {
/* RTT measurement */
__u8 backoff; /* backoff */
- __u32 srtt; /* smothed round trip time << 3 */
+ __u32 srtt; /* smoothed round trip time << 3 */
__u32 mdev; /* medium deviation */
__u32 mdev_max; /* maximal mdev for the last rtt period */
__u32 rttvar; /* smoothed mdev_max */