From 760ee609d27063720460d4fcde5855444e3f8b21 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 13 Feb 2009 17:11:32 +0000 Subject: fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/ancdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c index 8fbe6bda08..fdbaf62c51 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 v1.2.3