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

fix typo and remove trailing space

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-02-19 04:40:40 +00:00
parent e38972354a
commit 7ffd5405bd

View file

@ -64,7 +64,7 @@ Mon Feb 18 10:09:54 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Feb 17 20:55:44 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compar.c (rb_invcmp): compare by inversed comarison, with preventing
* compar.c (rb_invcmp): compare by inversed comparison, with preventing
from infinite recursion. [ruby-core:52305] [Bug #7870]
* string.c (rb_str_cmp_m), time.c (time_cmp): get rid of infinite
@ -300,7 +300,7 @@ Fri Feb 15 00:15:31 2013 Tanaka Akira <akr@fsij.org>
instead of SA_LEN.
* ext/socket/socket.c (sock_s_getnameinfo): use VALIDATE_SOCKLEN
instead of SS_LEN.
instead of SS_LEN.
Thu Feb 14 22:25:54 2013 Tanaka Akira <akr@fsij.org>