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

ruby-changes:25224

From: eregon <ko1@a...>
Date: Sat, 20 Oct 2012 20:37:19 +0900 (JST)
Subject: [ruby-changes:25224] eregon:r37276 (trunk): * gc.c: fix typos in documentation.

eregon	2012-10-20 20:36:46 +0900 (Sat, 20 Oct 2012)

  New Revision: 37276

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

  Log:
    * gc.c: fix typos in documentation.

  Modified files:
    trunk/gc.c

Index: gc.c
===================================================================
--- gc.c	(revision 37275)
+++ gc.c	(revision 37276)
@@ -4110,7 +4110,7 @@
  *
  *  The keys mean:
  *
- *  +:GC_TIME+:: Time taken for this run in milliseconds
+ *  +:GC_TIME+:: Time taken for this run in seconds
  *  +:GC_INVOKE_TIME+:: Time the GC was invoked since startup in seconds
  *  +:HEAP_USE_SIZE+:: Bytes of heap used
  *  +:HEAP_TOTAL_SIZE+:: Size of heap in bytes
@@ -4247,7 +4247,7 @@
  *  call-seq:
  *     GC::Profiler.total_time -> float
  *
- *  The total time used for garbage collection in milliseconds
+ *  The total time used for garbage collection in seconds
  */
 
 static VALUE
@@ -4267,7 +4267,7 @@
 
 /*
  *  call-seq:
- *    GC::Profiler.enable?                 -> true or false
+ *    GC::Profiler.enabled?                 -> true or false
  *
  *  The current status of GC profile mode.
  */

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

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