summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-22 12:54:52 +0000
committerbz <bz@FreeBSD.org>2008-12-22 12:54:52 +0000
commitf9f31751ac3262c9d4a1bd0166d064403a1ae52d (patch)
tree5df873c89644f7c84df039eea8e267e387dc8848
parent8f88fc89cbc9435c5588b14d879e730df10dc156 (diff)
downloadFreeBSD-src-f9f31751ac3262c9d4a1bd0166d064403a1ae52d.zip
FreeBSD-src-f9f31751ac3262c9d4a1bd0166d064403a1ae52d.tar.gz
Correct variable name in comment.
MFC after: 4 weeks
-rw-r--r--sys/netinet6/ip6_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 228777b..38ead34 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -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;
/*
OpenPOWER on IntegriCloud