Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2009 09:18:26 +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: r198438 - head/sys/netinet
Message-ID:  <200910240918.n9O9IQBT086343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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