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; /* _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"