From 652484598d802cd808b4b1fe4bef263b53e3119c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Mar 2010 09:45:57 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ipsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket/ipsocket.c') 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) -- cgit v1.2.3