summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/tcp_hostcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index e8fa357..591b8c4 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -435,7 +435,8 @@ tcp_hc_get(struct in_conninfo *inc, struct hc_metrics_lite *hc_metrics_lite)
/*
* External function: lookup an entry in the hostcache and return the
- * discovered path mtu. Returns null if no entry found or value not is set.
+ * discovered path mtu. Returns null if no entry is found or value is not
+ * set.
*/
u_long
tcp_hc_getmtu(struct in_conninfo *inc)
OpenPOWER on IntegriCloud