aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-11-06 16:30:20 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-11-06 16:30:20 +0000
commit8e5c87f4b61eed59c2e387c33ab1d698e873ac94 (patch)
tree25e3c9dbb8e62c192cb2b8c26ea728e651a7206b /sys/netinet
parent65d75768c34e40d48fe1ab51cd36dd92661986ab (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index a1e72e83bc07..a7515ef0a5cd 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1501,7 +1501,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
@@ -2849,7 +2849,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.
*/