Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2009 13:35:01 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198393 - head/sys/netinet
Message-ID:  <200910231335.n9NDZ16n061966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Fri Oct 23 13:35:00 2009
New Revision: 198393
URL: http://svn.freebsd.org/changeset/base/198393

Log:
  Improve grammar in ip_input comment while attempting to maintain what
  might be its meaning.
  
  MFC after:	3 days

Modified:
  head/sys/netinet/ip_input.c

Modified: head/sys/netinet/ip_input.c
==============================================================================
--- head/sys/netinet/ip_input.c	Fri Oct 23 13:32:26 2009	(r198392)
+++ head/sys/netinet/ip_input.c	Fri Oct 23 13:35:00 2009	(r198393)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910231335.n9NDZ16n061966>