summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_hostcache.c
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-08-28 21:55:40 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-08-28 21:55:40 +0000
commitf6cff7abd933aa7d4ba342cc5ecbeaa32650bd8b (patch)
tree35264e8d033d5d39f1ca4855eb5557e26f0ae88c /sys/netinet/tcp_hostcache.c
parent3a6944ae79b056dbf2fa8f69482fa1c119e2c91c (diff)
downloadFreeBSD-src-f6cff7abd933aa7d4ba342cc5ecbeaa32650bd8b.zip
FreeBSD-src-f6cff7abd933aa7d4ba342cc5ecbeaa32650bd8b.tar.gz
Fix typo in comment.
Diffstat (limited to 'sys/netinet/tcp_hostcache.c')
-rw-r--r--sys/netinet/tcp_hostcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index 1211838..997113c 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -37,7 +37,7 @@
* significant speed-ups for new TCP connections after the first one.
*
* Due to the tcp_hostcache, all TCP-specific metrics information in the
- * routing table has been removed. The inpcb no longer keeps a pointer to
+ * routing table have been removed. The inpcb no longer keeps a pointer to
* the routing entry, and protocol-initiated route cloning has been removed
* as well. With these changes, the routing table has gone back to being
* more lightwight and only carries information related to packet forwarding.
OpenPOWER on IntegriCloud