aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-10-18 11:23:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-10-18 11:23:56 +0000
commit6426657e9f680673f2b79517a22a6f386576206f (patch)
treede7a939124c8975611d0f2e0948fd20f9acf07fb
parentc2d7acaf5de748a9bd065cfb2fc546602f173543 (diff)
downloadsrc-6426657e9f680673f2b79517a22a6f386576206f.tar.gz
src-6426657e9f680673f2b79517a22a6f386576206f.zip
Rewrap ip_input() comment so that it prints more nicely.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=198196
-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;