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

ruby-changes:20358

From: nagachika <ko1@a...>
Date: Tue, 5 Jul 2011 01:14:07 +0900 (JST)
Subject: [ruby-changes:20358] nagachika:r32406 (trunk): * ChangeLog: fix typos.

nagachika	2011-07-05 01:14:02 +0900 (Tue, 05 Jul 2011)

  New Revision: 32406

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

  Log:
    * ChangeLog: fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32405)
+++ ChangeLog	(revision 32406)
@@ -33,7 +33,7 @@
 	  fds which are used by RubyVM internal.  In this version of
 	  CRuby, return 1 if fd is communication pipe.
 	  If your application needs to close all file descriptors to
-	  preent resource leak, skip internal fds using this C API.
+	  present resource leak, skip internal fds using this C API.
 	  We also define a macro RB_RESERVED_FD_P(fd).  So you can write
 	    #ifndef RB_RESERVED_FD_P
 	    #define RB_RESERVED_FD_P(fd) 0
@@ -58,7 +58,7 @@
 Sun Jul  3 06:10:26 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread_pthread.c (get_stack): pthread_attr_getstack() doesn't
-	  return stack start addres, but stack base address. Thus,
+	  return stack start address, but stack base address. Thus,
 	  we need to add stack size for getting stack start address.
 	  And, we don't have to decrease guard size twice.
 	* thread_pthread.c (thread_start_func_1): don't use inaccurate
@@ -99,7 +99,7 @@
 Fri Jul  1 18:52:31 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* benchmark/bm_app_erb.rb: increase loop count. too short
-	  mesurement time makes less accuracy.
+	  measurement time makes less accuracy.
 	* benchmark/bm_app_factorial.rb: ditto.
 	* benchmark/bm_app_mandelbrot.rb: ditto.
 	* benchmark/bm_app_strconcat.rb: ditto.
@@ -164,7 +164,7 @@
 
 Fri Jul  1 11:41:12 2011  NARUSE, Yui  <naruse@r...>
 
-	* string.c (tr_trans): free heap ptr when the str is not embeded.
+	* string.c (tr_trans): free heap ptr when the str is not embedded.
 	  patched by Eric Wong. [Bug #4956] [ruby-core:37708]
 
 Fri Jul  1 11:07:43 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>

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

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