From owner-svn-src-head@FreeBSD.ORG Fri Oct 23 13:35:01 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D6041065695; Fri, 23 Oct 2009 13:35:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3C09F8FC17; Fri, 23 Oct 2009 13:35:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9NDZ117061968; Fri, 23 Oct 2009 13:35:01 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9NDZ16n061966; Fri, 23 Oct 2009 13:35:01 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200910231335.n9NDZ16n061966@svn.freebsd.org> From: Robert Watson Date: Fri, 23 Oct 2009 13:35:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198393 - head/sys/netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 13:35:01 -0000 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);