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

ruby-changes:26899

From: nari <ko1@a...>
Date: Sat, 26 Jan 2013 18:51:43 +0900 (JST)
Subject: [ruby-changes:26899] nari:r38951 (trunk): fix typos

nari	2013-01-26 18:51:34 +0900 (Sat, 26 Jan 2013)

  New Revision: 38951

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

  Log:
    fix typos

  Modified files:
    trunk/ext/objspace/objspace.c

Index: ext/objspace/objspace.c
===================================================================
--- ext/objspace/objspace.c	(revision 38950)
+++ ext/objspace/objspace.c	(revision 38951)
@@ -730,8 +730,8 @@ collect_values(st_data_t key, st_data_t https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L730
  *  you can check the type of internal object with `type' method.
  *
  *  If `obj' is instance of `ObjectSpace::InternalObjectWrapper'
- *  class, then this method retuns all reachalbe object from
- *  an interna object, which is pointed by `obj'.
+ *  class, then this method returns all reachable object from
+ *  an internal object, which is pointed by `obj'.
  *
  *  With this method, you can find memory leaks.
  *

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

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