svn commit: r190440 - in stable/7/sys: . contrib/pf dev/cxgb netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Thu Mar 26 06:22:30 PDT 2009


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;
 	/*


More information about the svn-src-stable-7 mailing list