On Wed, Jul 2, 2014 at 3:04 PM, Hiren Panchasara <hi...@freebsd.org> wrote: > Author: hiren > Date: Wed Jul 2 22:04:14 2014 > New Revision: 268183 > URL: http://svnweb.freebsd.org/changeset/base/268183 > > Log:
Ugh. sorry. Commit log was supposed to be: Fix a typo and improve readability. > > > Modified: > head/sys/netinet/tcp_input.c > > Modified: head/sys/netinet/tcp_input.c > ============================================================================== > --- head/sys/netinet/tcp_input.c Wed Jul 2 22:04:12 2014 > (r268182) > +++ head/sys/netinet/tcp_input.c Wed Jul 2 22:04:14 2014 > (r268183) > @@ -3472,8 +3472,8 @@ tcp_mss_update(struct tcpcb *tp, int off > bcopy(&metrics, metricptr, sizeof(struct hc_metrics_lite)); > > /* > - * If there's a discovered mtu int tcp hostcache, use it > - * else, use the link mtu. > + * If there's a discovered mtu in tcp hostcache, use it. > + * Else, use the link mtu. > */ > if (metrics.rmx_mtu) > mss = min(metrics.rmx_mtu, maxmtu) - min_protoh; > _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"