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

fix typos

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2011-06-30 07:31:41 +00:00
parent 5164677841
commit 0c22e9a001

View file

@ -62,7 +62,7 @@ Thu Jun 30 02:28:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_thread_schedule_rec): move interrupt_flag check to
rb_thread_schedule().
And also rename to rb_thead_schedule_limits() and remove
And also rename to rb_thread_schedule_limits() and remove
sched_depth argument. It's no longer called recursive.
* thread.c (rb_thread_schedule): add to check interrupt_flag as
above explained.
@ -810,7 +810,7 @@ Sat Jun 18 11:12:13 2011 Tanaka Akira <akr@fsij.org>
Sat Jun 18 11:09:03 2011 Tanaka Akira <akr@fsij.org>
* io.c: supress warnings.
* io.c: suppress warnings.
Sat Jun 18 10:22:39 2011 Tanaka Akira <akr@fsij.org>
@ -1041,7 +1041,7 @@ Thu Jun 16 03:08:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* test/testunit/test_parallel.rb (TestParallel::TestParallelWorker#
setup): now can run on Windows, probably.
* test/testunit/test_parallel.rb (TestParallel::TestParalle#setup):
* test/testunit/test_parallel.rb (TestParallel::TestParallel#setup):
ditto.
Thu Jun 16 03:00:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>