diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index baa268d02e24ceb21258eda669a7fb6b7fa84c9c..b348dd70c68557f131666f0e7becb9ca2f509abd 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -32,7 +32,7 @@
 #include "feat.h"
 
 /*
- * The dccp_ctl_sk is the global socket data structure used for responding to
+ * The per-net dccp.v4_ctl_sk socket is used for responding to
  * the Out-of-the-blue (OOTB) packets. A control sock will be created
  * for this socket at the initialization time.
  */
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c
index 94e0c9495b2c01e6188a4d1c09b41da90aa4a78c..f8371c7e5e80286764cb87cbd52728fae3311e80 100644
--- a/net/dccp/ipv6.c
+++ b/net/dccp/ipv6.c
@@ -33,7 +33,7 @@
 #include "ipv6.h"
 #include "feat.h"
 
-/* dccp_v6_ctl_sk is used for sending RSTs and ACKs */
+/* The per-net dccp.v6_ctl_sk is used for sending RSTs and ACKs */
 
 static struct inet_connection_sock_af_ops dccp_ipv6_mapped;
 static struct inet_connection_sock_af_ops dccp_ipv6_af_ops;