1
0
Fork 0
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:
nobu 2014-01-20 22:52:17 +00:00
parent 8b5694d5e8
commit 6cfa67afe7

View file

@ -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.
*