mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c1cc84187f
commit
4204eacf0d
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ bsock_getsockopt(VALUE sock, VALUE lev, VALUE optname)
|
|||
case SO_DONTROUTE:
|
||||
case SO_BROADCAST:
|
||||
case SO_OOBINLINE:
|
||||
/* AIX doesn' set len for boolean options */
|
||||
/* AIX doesn't set len for boolean options */
|
||||
len = sizeof(int);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue