diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-12-05 22:20:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-12-05 22:20:59 +0000 |
| commit | 6fbed4af22f3a0c3ac1abf57c0ca345015b7f619 (patch) | |
| tree | a6c681bd7cc79c44111c39ccedbb00d2dbc2955d /sys/netinet/tcp_hostcache.c | |
| parent | 89924e58654526632d56f96df954f124296f00cd (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_hostcache.c')
| -rw-r--r-- | sys/netinet/tcp_hostcache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index e8fa357ab9a5..591b8c46a3fe 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) |
