svn commit: r186393 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Mon Dec 22 12:54:53 UTC 2008


Author: bz
Date: Mon Dec 22 12:54:52 2008
New Revision: 186393
URL: http://svn.freebsd.org/changeset/base/186393

Log:
  Correct variable name in comment.
  
  MFC after:	4 weeks

Modified:
  head/sys/netinet6/ip6_input.c

Modified: head/sys/netinet6/ip6_input.c
==============================================================================
--- head/sys/netinet6/ip6_input.c	Mon Dec 22 07:11:15 2008	(r186392)
+++ head/sys/netinet6/ip6_input.c	Mon Dec 22 12:54:52 2008	(r186393)
@@ -248,7 +248,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-all mailing list