From d4576fcb868f2fbd43a1e9ed2164fbeca985ee01 Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Tue, 7 Sep 2004 23:41:45 -0700 Subject: [TCP]: Fix some typos. Signed-off-by: David S. Miller --- include/linux/tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3