From 386bd91d54ddaa1fc8aa0a90c7198329966e5eac Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 5 Dec 2004 22:20:59 +0000 Subject: Minor grammer fix in comment. --- sys/netinet/tcp_hostcache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet') 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) -- cgit v1.1