mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/socket/option.c: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8b5694d5e8
commit
6cfa67afe7
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ inspect_timeval_as_interval(int level, int optname, VALUE data, VALUE ret)
|
|||
*
|
||||
* However Linux and FreeBSD setsockname accepts int argument
|
||||
* as well as u_char.
|
||||
* Thier getsockname returns int.
|
||||
* Their getsockname returns int.
|
||||
*
|
||||
* There are 3 socket options which takes a struct.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue