Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2009 11:15:47 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r200506 - stable/8/sys/netinet
Message-ID:  <200912141115.nBEBFlMO024689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Mon Dec 14 11:15:47 2009
New Revision: 200506
URL: http://svn.freebsd.org/changeset/base/200506

Log:
  Merge r198393 from head to stable/8:
  
    Improve grammar in ip_input comment while attempting to maintain what
    might be its meaning.
  
  (Note, merge of the revision correcting a spelling error in this commit
  will follow as well!)

Modified:
  stable/8/sys/netinet/ip_input.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/netinet/ip_input.c
==============================================================================
--- stable/8/sys/netinet/ip_input.c	Mon Dec 14 11:08:21 2009	(r200505)
+++ stable/8/sys/netinet/ip_input.c	Mon Dec 14 11:15:47 2009	(r200506)
@@ -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?200912141115.nBEBFlMO024689>