aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 50b66b564e7b..e96fa8025767 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -530,9 +530,9 @@ 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 connected
- * host.
+ * Directly ship on the packet. This allows to forward
+ * packets that were destined for us to some other directly
+ * connected host.
*/
ip_forward(m, dchg);
return;