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:
parent
791f5d5ba2
commit
99b96cf934
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user