From owner-svn-src-stable-7@FreeBSD.ORG Thu Mar 26 13:22:30 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00D611065776; Thu, 26 Mar 2009 13:22:30 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E1F118FC18; Thu, 26 Mar 2009 13:22:29 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2QDMTno018790; Thu, 26 Mar 2009 13:22:29 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2QDMTF9018789; Thu, 26 Mar 2009 13:22:29 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200903261322.n2QDMTF9018789@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 26 Mar 2009 13:22:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190440 - in stable/7/sys: . contrib/pf dev/cxgb netinet6 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 13:22:30 -0000 Author: bz Date: Thu Mar 26 13:22:29 2009 New Revision: 190440 URL: http://svn.freebsd.org/changeset/base/190440 Log: MFC r186393: Correct variable name in comment. Approved by: re (rwatson) Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/cxgb/ (props changed) stable/7/sys/netinet6/ip6_input.c Modified: stable/7/sys/netinet6/ip6_input.c ============================================================================== --- stable/7/sys/netinet6/ip6_input.c Thu Mar 26 12:13:19 2009 (r190439) +++ stable/7/sys/netinet6/ip6_input.c Thu Mar 26 13:22:29 2009 (r190440) @@ -155,7 +155,7 @@ ip6_init(void) if (pr == 0) panic("ip6_init"); - /* Initialize the entire ip_protox[] array to IPPROTO_RAW. */ + /* Initialize the entire ip6_protox[] array to IPPROTO_RAW. */ for (i = 0; i < IPPROTO_MAX; i++) ip6_protox[i] = pr - inet6sw; /*