aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-11-23 08:28:44 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:54:49 -0500
commitf1267347353b586e1a89a7d02c142be975bae699 (patch)
tree10ce244be6cafb6b47f4be04307f8a1c85374af5 /net/ipv6/af_inet6.c
parenta53eb3feb2718bf906e81be89fae823b9b6157b6 (diff)
[IPV6]: Correct the comment concerning inetsw6 table
It seems that net/ipv6/af_inet6.c was copied from net/ipv4/af_inet.c, but one comment was not fixed. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r--net/ipv6/af_inet6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 85178f71b218..64135e2a3098 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -68,7 +68,7 @@ MODULE_LICENSE("GPL");
68 68
69int sysctl_ipv6_bindv6only __read_mostly; 69int sysctl_ipv6_bindv6only __read_mostly;
70 70
71/* The inetsw table contains everything that inet_create needs to 71/* The inetsw6 table contains everything that inet6_create needs to
72 * build a new socket. 72 * build a new socket.
73 */ 73 */
74static struct list_head inetsw6[SOCK_MAX]; 74static struct list_head inetsw6[SOCK_MAX];