diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 5e87467fe25d..8ffa01ab8a23 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -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);