netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][IPv6] Correct the comment concerning inetsw6 table
@ 2007-11-23  8:57 Pavel Emelyanov
  2007-11-23 13:30 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Emelyanov @ 2007-11-23  8:57 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Linux Netdev List, devel

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>

---

diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 85178f7..64135e2 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -68,7 +68,7 @@ MODULE_LICENSE("GPL");
 
 int sysctl_ipv6_bindv6only __read_mostly;
 
-/* The inetsw table contains everything that inet_create needs to
+/* The inetsw6 table contains everything that inet6_create needs to
  * build a new socket.
  */
 static struct list_head inetsw6[SOCK_MAX];

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-23 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23  8:57 [PATCH][IPv6] Correct the comment concerning inetsw6 table Pavel Emelyanov
2007-11-23 13:30 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).