diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-13 13:11:41 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-07-13 13:11:41 +0000 |
commit | 145b721829919dd082ced363ea7fae141b688492 (patch) | |
tree | 0be385bf15f1376d2250fcc01b193d9a2e9853fe /doc/ChangeLog-1.9.3 | |
parent | 8cf76cae70190cd533d6f9a114281ea01da9cd90 (diff) |
* ChangeLog: fix tyops.
* doc/ChangeLog-1.9.3: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/ChangeLog-1.9.3')
-rw-r--r-- | doc/ChangeLog-1.9.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3 index 391f081d97..d8ad3eb9c1 100644 --- a/doc/ChangeLog-1.9.3 +++ b/doc/ChangeLog-1.9.3 @@ -61,7 +61,7 @@ Sun Jul 10 16:57:08 2011 Koichi Sasada <[email protected]> Sun Jul 10 17:28:01 2011 KOSAKI Motohiro <[email protected]> - * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of + * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instead of exit(1). * thread_pthread.c (add_signal_thread_list): ditto. * thread.c (rb_thread_call_with_gvl): ditto. @@ -75,7 +75,7 @@ Sun Jul 10 15:58:12 2011 NARUSE, Yui <[email protected]> Sun Jul 10 16:41:32 2011 KOSAKI Motohiro <[email protected]> * vm_core.h (typedef struct rb_vm_struct): create a new - 'inhibit_thread_createion' field. + 'inhibit_thread_creation' field. * thread.c (rb_thread_terminate_all): set inhibit_thread_creation. * thread.c (thread_s_new): don't permit to create new thread if the VM is under destruction. Otherwise evil finalizer code |