From ec5eebfd831fa55d1dd801771fc39a0d301100bd Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 18 Oct 2009 11:23:56 +0000 Subject: [PATCH] Rewrap ip_input() comment so that it prints more nicely. MFC after: 3 days --- 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 50b66b564e7..e96fa802576 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -530,9 +530,9 @@ ip_input(struct mbuf *m) } 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; -- 2.45.2