From 92b52ada7cd26eb88ef9a8c3fe825e1ff6e18d48 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 20 Oct 2009 16:22:31 +0000 Subject: [PATCH] Merge r198196 from head to stable/8: Rewrap ip_input() comment so that it prints more nicely. Approved by: re (kib) --- sys/netinet/ip_input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 7886fa73716..3f4c685d1cb 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;