mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Correct variable name in comment.
MFC after: 4 weeks
This commit is contained in:
parent
ebf1c74403
commit
f5d35259fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186393
@ -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;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user