Correct spelling typo in ip_input comment.

Pointed out by:	N.J. Mann <njm at njm.me.uk>,
		John Nielsen <john at jnielsen.net>, julian (!), lstewart
MFC after:	2 days
This commit is contained in:
Robert Watson 2009-10-24 09:18:26 +00:00
parent 791f5d5ba2
commit 99b96cf934
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198438

View File

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