summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2014-07-02 22:04:14 +0000
committerhiren <hiren@FreeBSD.org>2014-07-02 22:04:14 +0000
commit93cfc1a55a8631dbbc3d505d7cf11c36f4732fc9 (patch)
treeb5108f07e21142dbc93f58dea21a6d0975302e38 /sys/netinet/tcp_input.c
parent365201465e13eb330b92bd6e6aca3aaf0cf6c15e (diff)
downloadFreeBSD-src-93cfc1a55a8631dbbc3d505d7cf11c36f4732fc9.zip
FreeBSD-src-93cfc1a55a8631dbbc3d505d7cf11c36f4732fc9.tar.gz
Diffstat (limited to 'sys/netinet/tcp_input.c')
-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 7f00669..c4595e6 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -3472,8 +3472,8 @@ tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer,
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;
OpenPOWER on IntegriCloud