summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 14:45:09 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-15 14:45:09 +0000
commite33efe60a9410f014f21a894e2f4382be0f43e93 (patch)
tree49439f495b1be589cb89a18773d18ae6b3ea784a /ChangeLog
parent8923ba1ec9f7b8ebe6de729d5a54f2e2ccb202ff (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ca595669..50c8391ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -382,8 +382,8 @@ Sun Jun 12 11:16:59 2011 Tanaka Akira <akr@fsij.org>
Sun Jun 12 09:32:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.h
- * gc.c (rb_gc_set_params): VM_OBJSPACE is disabled on mignw.
+ * atomic.h (ATOMIC_OR): _InterlockedOr is not available on mingw.h
+ * gc.c (rb_gc_set_params): VM_OBJSPACE is disabled on mingw.
Sun Jun 12 01:07:09 2011 Tadayoshi Funaba <tadf@dotrb.org>
@@ -462,7 +462,7 @@ Sat Jun 11 19:04:15 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Jun 11 18:05:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>
- * bootstraptest/runner.rb: should initilize $stress to avoid warnings.
+ * bootstraptest/runner.rb: should initialize $stress to avoid warnings.
Sat Jun 11 18:02:09 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -515,7 +515,8 @@ Sat Jun 11 10:32:46 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Jun 11 10:20:52 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * thread_pthread.c (native_cond_timeout): wrap conditinally used label.
+ * thread_pthread.c (native_cond_timeout): wrap conditionally used
+ label.
* thread_pthread.c (native_sleep): remove unused variable.
@@ -523,7 +524,7 @@ Sat Jun 11 10:15:50 2011 Tanaka Akira <akr@fsij.org>
* thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extract
rb_thread_t from VALUE.
- reorted by Motohiro KOSAKI. [ruby-dev:43700]
+ reported by Motohiro KOSAKI. [ruby-dev:43700]
Sat Jun 11 10:00:49 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>