summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 17:11:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-13 17:11:32 +0000
commit07c05d409d818e2bdc47789f80bcb8ec09986431 (patch)
treecb66d645c59155b5d6a9c2b1bcfa4636b6510dec
parent0ca553388b61f680dad7fa53cfb1a899cbeba267 (diff)
downloadruby-07c05d409d818e2bdc47789f80bcb8ec09986431.tar.gz
ruby-07c05d409d818e2bdc47789f80bcb8ec09986431.tar.xz
ruby-07c05d409d818e2bdc47789f80bcb8ec09986431.zip
fix rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/socket/ancdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c
index 8fbe6bda0..fdbaf62c5 100644
--- a/ext/socket/ancdata.c
+++ b/ext/socket/ancdata.c
@@ -1010,7 +1010,7 @@ bsock_sendmsg_internal(int argc, VALUE *argv, VALUE sock, int nonblock)
* 3-elements array.
* The 3-element array should contains cmsg_level, cmsg_type and data.
*
- * The return value, _numbytes_sent_sent is an integer which is the number of bytes sent.
+ * The return value, _numbytes_sent_ is an integer which is the number of bytes sent.
*
* sendmsg can be used to implement send_io as follows:
*