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@46429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-06-14 03:47:05 +00:00
parent b654e0719a
commit 26930379b5

View file

@ -39,7 +39,7 @@ Fri Jun 13 17:46:31 2014 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_settracefunc.rb: add a test.
* thread.c: adde
* thread.c: added
* rb_threadptr_reset_recursive_data(rb_thread_t *th);
* rb_threadptr_restore_recursive_data(rb_thread_t *th, VALUE old);