aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/ipsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/ipsocket.c')
-rw-r--r--ext/socket/ipsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/ipsocket.c b/ext/socket/ipsocket.c
index ad1ac231c3..c1f329b52e 100644
--- a/ext/socket/ipsocket.c
+++ b/ext/socket/ipsocket.c
@@ -286,7 +286,7 @@ ip_s_getaddress(VALUE obj, VALUE host)
/*
* Document-class: ::IPSocket < BasicSocket
*
- * IPSocket class
+ * IPSocket is the super class of TCPSocket and UDPSocket.
*/
void
Init_ipsocket(void)