svn commit: r198438 - head/sys/netinet

Robert Watson rwatson at FreeBSD.org
Sat Oct 24 09:18:27 UTC 2009


Author: rwatson
Date: Sat Oct 24 09:18:26 2009
New Revision: 198438
URL: http://svn.freebsd.org/changeset/base/198438

Log:
  Correct spelling typo in ip_input comment.
  
  Pointed out by:	N.J. Mann <njm at njm.me.uk>,
  		John Nielsen <john at jnielsen.net>, julian (!), lstewart
  MFC after:	2 days

Modified:
  head/sys/netinet/ip_input.c

Modified: head/sys/netinet/ip_input.c
==============================================================================
--- head/sys/netinet/ip_input.c	Sat Oct 24 08:25:43 2009	(r198437)
+++ head/sys/netinet/ip_input.c	Sat Oct 24 09:18:26 2009	(r198438)
@@ -531,7 +531,7 @@ tooshort:
 	if ((dchg = (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL)) != 0) {
 		/*
 		 * Directly ship the packet on.  This allows forwarding
-		 * packets originally destined to us to ome other directly
+		 * packets originally destined to us to some other directly
 		 * connected host.
 		 */
 		ip_forward(m, dchg);


More information about the svn-src-head mailing list