summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-05 22:20:59 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-05 22:20:59 +0000
commit386bd91d54ddaa1fc8aa0a90c7198329966e5eac (patch)
treea6c681bd7cc79c44111c39ccedbb00d2dbc2955d /sys/netinet
parent338b787cfd398c95a913a9b05fa1cf75127562df (diff)
downloadFreeBSD-src-386bd91d54ddaa1fc8aa0a90c7198329966e5eac.zip
FreeBSD-src-386bd91d54ddaa1fc8aa0a90c7198329966e5eac.tar.gz
Minor grammer fix in comment.
Diffstat (limited to 'sys/netinet')
-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