From 07c05d409d818e2bdc47789f80bcb8ec09986431 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 13 Feb 2009 17:11:32 +0000 Subject: fix rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ancdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * -- cgit