summaryrefslogtreecommitdiff
path: root/ext/socket/ipsocket.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-22 03:33:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-22 03:33:14 +0000
commit1561d3fb8b2eb8bfeaabd1d05ff0870b285feb4e (patch)
tree4e43d3d7cf65be3bfac6de15198195891f647e25 /ext/socket/ipsocket.c
parent1a40be09d635c4b35008877c3fdf10c963e08641 (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27009 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 03e6b4518e..ad1ac231c3 100644
--- a/ext/socket/ipsocket.c
+++ b/ext/socket/ipsocket.c
@@ -264,7 +264,7 @@ ip_recvfrom(int argc, VALUE *argv, VALUE sock)
* call-seq:
* IPSocket.getaddress(host) => ipaddress
*
- * Lookups IP address of _host_.
+ * Lookups the IP address of _host_.
*
* IPSocket.getaddress("localhost") #=> "127.0.0.1"
* IPSocket.getaddress("ip6-localhost") #=> "::1"