summaryrefslogtreecommitdiff
path: root/ext/socket/ipsocket.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-22 09:45:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-22 09:45:57 +0000
commit652484598d802cd808b4b1fe4bef263b53e3119c (patch)
tree71e81335b64b61296a9d1eb4c1197c997b713e30 /ext/socket/ipsocket.c
parent0edceaa7c733b35b48dcad02c0303625ae73e38c (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)