[前][次][番号順一覧][スレッド一覧]

ruby-changes:20057

From: kazu <ko1@a...>
Date: Wed, 15 Jun 2011 23:46:41 +0900 (JST)
Subject: [ruby-changes:20057] kazu:r32104 (trunk): fix typos

kazu	2011-06-15 23:45:09 +0900 (Wed, 15 Jun 2011)

  New Revision: 32104

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32104

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32103)
+++ ChangeLog	(revision 32104)
@@ -382,8 +382,8 @@
 
 Sun Jun 12 09:32:13 2011  Nobuyoshi Nakada  <nobu@r...>
 
-	* 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@d...>
 
@@ -462,7 +462,7 @@
 
 Sat Jun 11 18:05:57 2011  WATANABE Hirofumi  <eban@r...>
 
-	* 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@r...>
 
@@ -515,7 +515,8 @@
 
 Sat Jun 11 10:20:52 2011  Nobuyoshi Nakada  <nobu@r...>
 
-	* 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 @@
 
 	* 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@r...>
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]