summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-10-23 13:35:00 +0000
committerrwatson <rwatson@FreeBSD.org>2009-10-23 13:35:00 +0000
commit552ae71ff30535a56b02d64161049180ff9df479 (patch)
tree5302b2648806ea8e3fbd957f23062a64c6ce190b /sys/netinet/ip_input.c
parent22133f5876ca8bfc9979e9cf6456a20072a5ea1b (diff)
downloadFreeBSD-src-552ae71ff30535a56b02d64161049180ff9df479.zip
FreeBSD-src-552ae71ff30535a56b02d64161049180ff9df479.tar.gz
Improve grammar in ip_input comment while attempting to maintain what
might be its meaning. MFC after: 3 days
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index e96fa80..5e87467 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -530,8 +530,8 @@ tooshort:
}
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);
OpenPOWER on IntegriCloud