diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-01-06 16:53:57 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-01-06 16:53:57 +0000 |
commit | d019828e45cede512cfbaa990cb654b4151de319 (patch) | |
tree | ac278c953d60b31f2faa2fa31f9470d1ad2450bd | |
parent | 9124002a6ae5a0d05151d6fc5b8e372ae2ae7e99 (diff) |
Notes
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 41908b140c76d..73b1f1b2de1d9 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1415,7 +1415,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so, * only accepting RSTs where the sequence number is equal to * last_ack_sent. In all other states (the states in which a * RST is more likely), the more permissive check is used. - * If we have multiple segments in flight, the intial reset + * If we have multiple segments in flight, the initial reset * segment sequence numbers will be to the left of last_ack_sent, * but they will eventually catch up. * In any case, it never made sense to trim reset segments to @@ -2763,7 +2763,7 @@ tcp_mss_update(struct tcpcb *tp, int offer, */ if (maxmtu == 0) { /* - * In case we return early we need to intialize metrics + * In case we return early we need to initialize metrics * to a defined state as tcp_hc_get() would do for us * if there was no cache hit. */ |