1
0
Fork 0
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@46038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-05-21 11:36:15 +00:00
parent 97c2a48960
commit 5f8fccb451

View file

@ -1,6 +1,6 @@
Wed May 21 12:21:10 2014 Tanaka Akira <akr@fsij.org>
* ext/socket/option.c: Fix complation error on Android.
* ext/socket/option.c: Fix compilation error on Android.
Bionic doesn't define TCP state constants.
Wed May 21 11:42:31 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>