1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Fix typo in comment.

This commit is contained in:
Rui Paulo 2008-08-28 21:55:40 +00:00
parent df4ad1fd93
commit 003c7e36b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182411

View File

@ -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.