Author: rwatson
Date: Mon Dec 14 11:53:02 2009
New Revision: 200508
URL: http://svn.freebsd.org/changeset/base/200508

Log:
  Merge r198438 from head to stable/8:
  
    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

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:45:53 2009        
(r200507)
+++ stable/8/sys/netinet/ip_input.c     Mon Dec 14 11:53:02 2009        
(r200508)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to