Improve grammar in ip_input comment while attempting to maintain what

might be its meaning.

MFC after:	3 days
This commit is contained in:
Robert Watson 2009-10-23 13:35:00 +00:00
parent 62486e93c4
commit 0d3d0d74ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198393

View File

@ -530,8 +530,8 @@ ip_input(struct mbuf *m)
}
if ((dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL)) != 0) {
/*
* Directly ship on the packet. This allows to forward
* packets that were destined for us to some other directly
* Directly ship the packet on. This allows forwarding
* packets originally destined to us to ome other directly
* connected host.
*/
ip_forward(m, dchg);