From owner-svn-src-head@FreeBSD.ORG Sat Oct 24 09:18:26 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 E4A44106568D; Sat, 24 Oct 2009 09:18:26 +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 D3EE78FC1A; Sat, 24 Oct 2009 09:18:26 +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 n9O9IQcq086345; Sat, 24 Oct 2009 09:18:26 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9O9IQBT086343; Sat, 24 Oct 2009 09:18:26 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200910240918.n9O9IQBT086343@svn.freebsd.org> From: Robert Watson Date: Sat, 24 Oct 2009 09:18:26 +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: r198438 - 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: Sat, 24 Oct 2009 09:18:27 -0000 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 , John Nielsen , 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);