svn commit: r198393 - head/sys/netinet

Robert Watson rwatson at FreeBSD.org
Fri Oct 23 13:35:01 UTC 2009


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);


More information about the svn-src-head mailing list