1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-12 02:33:48 +00:00
parent 6210fc9fe5
commit 7da6744329

View file

@ -1,7 +1,7 @@
Sat May 11 23:01:58 2013 NARUSE, Yui <naruse@ruby-lang.org>
* ext/socket/rubysocket.h (HAVE_TYPE_STRUCT_SOCKADDR_DL):
MSVC has struct sockadddr_dl, but its content is broken.
MSVC has struct sockaddr_dl, but its content is broken.
http://ruby-mswin.cloudapp.net/vc10-x64/ruby-trunk/log/20130511T103938Z.log.html.gz
Sat May 11 22:07:42 2013 Tanaka Akira <akr@fsij.org>