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

ruby-changes:20829

From: ktsj <ko1@a...>
Date: Sun, 7 Aug 2011 16:46:34 +0900 (JST)
Subject: [ruby-changes:20829] ktsj:r32877 (ruby_1_9_3): * backport r32876 from trunk.

ktsj	2011-08-07 14:18:22 +0900 (Sun, 07 Aug 2011)

  New Revision: 32877

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

  Log:
    * backport r32876 from trunk.
    
    * ext/objspace/objspace.c: fix typos in a document.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/ext/objspace/objspace.c

Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 32876)
+++ ruby_1_9_3/ChangeLog	(revision 32877)
@@ -1,3 +1,9 @@
+Sun Aug  7 14:15:10 2011  Kazuki Tsujimoto  <kazuki@c...>
+
+	* backport r32876 from trunk.
+
+	* ext/objspace/objspace.c: fix typos in a document.
+
 Sun Aug  7 04:42:36 2011  Eric Hodel  <drbrain@s...>
 
 	* marshal.c (w_object):  Fix exception message when _dump_data
Index: ruby_1_9_3/ext/objspace/objspace.c
===================================================================
--- ruby_1_9_3/ext/objspace/objspace.c	(revision 32876)
+++ ruby_1_9_3/ext/objspace/objspace.c	(revision 32877)
@@ -160,7 +160,7 @@
  *  Return consuming memory size of obj.
  *
  *  Note that the return size is incomplete.  You need to deal with
- *  this information as only a *HINT*.  Especaially, the size of
+ *  this information as only a *HINT*.  Especially, the size of
  *  T_DATA may not be correct.
  *
  *  This method is not expected to work except C Ruby.
@@ -214,7 +214,7 @@
  *  memory size of instances of the given class.
  *
  *  Note that the returned size is incomplete.  You need to deal with
- *  this information as only a *HINT*.  Especaially, the size of
+ *  this information as only a *HINT*.  Especially, the size of
  *  T_DATA may not be correct.
  *
  *  Note that this method does *NOT* return total malloc'ed memory size.
@@ -275,7 +275,7 @@
  *  Counts objects size (in bytes) for each type.
  *
  *  Note that this information is incomplete.  You need to deal with
- *  this information as only a *HINT*.  Especaially, total size of
+ *  this information as only a *HINT*.  Especially, total size of
  *  T_DATA may not right size.
  *
  *  It returns a hash as:

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

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