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

ruby-changes:31270

From: kazu <ko1@a...>
Date: Fri, 18 Oct 2013 12:55:38 +0900 (JST)
Subject: [ruby-changes:31270] kazu:r43349 (trunk): fix typos

kazu	2013-10-18 12:55:32 +0900 (Fri, 18 Oct 2013)

  New Revision: 43349

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43348)
+++ ChangeLog	(revision 43349)
@@ -73,10 +73,10 @@ Thu Oct 17 17:11:17 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L73
 
 Thu Oct 17 16:53:30 2013  Koichi Sasada  <ko1@a...>
 
-	* gc.c, internal.h: add new internal memory mangement functions.
+	* gc.c, internal.h: add new internal memory management functions.
 	  * void *ruby_xsizedrealloc(void *ptr, size_t new_size, size_t old_size)
 	  * void ruby_xsizedfree(void *x, size_t size)
-	  These functions acccept additional size parameter to calculate more
+	  These functions accept additional size parameter to calculate more
 	  accurate malloc_increase parameter which control GC timing.
 	  [Feature #8985]
 
@@ -157,7 +157,7 @@ Thu Oct 17 05:17:33 2013  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L157
 	* ext/objspace/object_tracing.c: add new method
 	  ObjectSpace.trace_object_allocations_debug_start for GC debugging.
 	  If you encounter the BUG "... is T_NONE" (and so on) on your
-	  application, please try this method at the beggining of your app.
+	  application, please try this method at the beginning of your app.
 
 Wed Oct 16 22:35:27 2013  Zachary Scott  <e@z...>
 

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

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