From 003c7e36b28da1527beecbcd85c3bbdccfb32d8f Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 28 Aug 2008 21:55:40 +0000 Subject: [PATCH] Fix typo in comment. --- sys/netinet/tcp_hostcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index 1211838dd0a..997113ca55b 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.