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

ruby-changes:27377

From: zzak <ko1@a...>
Date: Sat, 23 Feb 2013 16:07:39 +0900 (JST)
Subject: [ruby-changes:27377] zzak:r39429 (trunk): * vm.c: Typo in ObjectSpace::WeakMap overview

zzak	2013-02-23 16:06:10 +0900 (Sat, 23 Feb 2013)

  New Revision: 39429

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

  Log:
    * vm.c: Typo in ObjectSpace::WeakMap overview

  Modified files:
    trunk/ChangeLog
    trunk/gc.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39428)
+++ ChangeLog	(revision 39429)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb 23 16:05:00 2013  Zachary Scott  <zachary@z...>
+
+	* vm.c: Typo in ObjectSpace::WeakMap overview
+
 Sat Feb 23 16:00:00 2013  Zachary Scott  <zachary@z...>
 
 	* thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?
Index: gc.c
===================================================================
--- gc.c	(revision 39428)
+++ gc.c	(revision 39429)
@@ -4442,7 +4442,7 @@ rb_gcdebug_sentinel(VALUE obj, const cha https://github.com/ruby/ruby/blob/trunk/gc.c#L4442
  *  Document-class: ObjectSpace::WeakMap
  *
  *  An ObjectSpace::WeakMap object holds references to
- *  any objects, but those objects can get be garbage collected.
+ *  any objects, but those objects can get garbage collected.
  *
  *  This class is mostly used internally by WeakRef, please use
  *  +lib/weakref.rb+ for the public interface.

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

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