aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog-1.9.3
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-13 13:11:41 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-13 13:11:41 +0000
commit145b721829919dd082ced363ea7fae141b688492 (patch)
tree0be385bf15f1376d2250fcc01b193d9a2e9853fe /doc/ChangeLog-1.9.3
parent8cf76cae70190cd533d6f9a114281ea01da9cd90 (diff)
downloadruby-145b721829919dd082ced363ea7fae141b688492.tar.gz
* 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.34
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 <ko1@atdot.net>
Sun Jul 10 17:28:01 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * 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 <naruse@ruby-lang.org>
Sun Jul 10 16:41:32 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* 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