Date: Wed, 6 Jan 2010 16:53:57 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r201656 - stable/7/sys/netinet Message-ID: <201001061653.o06GrvU2082892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Wed Jan 6 16:53:57 2010 New Revision: 201656 URL: http://svn.freebsd.org/changeset/base/201656 Log: MFC r184731: Fix typo and while here another one. Reviewed by: keramida Reported by: keramida Modified: stable/7/sys/netinet/tcp_input.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/netinet/tcp_input.c ============================================================================== --- stable/7/sys/netinet/tcp_input.c Wed Jan 6 16:51:57 2010 (r201655) +++ stable/7/sys/netinet/tcp_input.c Wed Jan 6 16:53:57 2010 (r201656) @@ -1415,7 +1415,7 @@ tcp_do_segment(struct mbuf *m, struct tc * 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 off */ 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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001061653.o06GrvU2082892>