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

ruby-changes:50949

From: stomar <ko1@a...>
Date: Sun, 15 Apr 2018 01:49:47 +0900 (JST)
Subject: [ruby-changes:50949] stomar:r63158 (trunk): process.c: [DOC] fix grammar

stomar	2018-04-15 01:49:27 +0900 (Sun, 15 Apr 2018)

  New Revision: 63158

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63158

  Log:
    process.c: [DOC] fix grammar

  Modified files:
    trunk/process.c
Index: process.c
===================================================================
--- process.c	(revision 63157)
+++ process.c	(revision 63158)
@@ -7985,7 +7985,7 @@ InitVM_process(void) https://github.com/ruby/ruby/blob/trunk/process.c#L7985
 #if defined(HAVE_TIMES) || defined(_WIN32)
     /* Placeholder for rusage */
     rb_cProcessTms = rb_struct_define_under(rb_mProcess, "Tms", "utime", "stime", "cutime", "cstime", NULL);
-    /* An obsolete name of Process::Tms for the backward compatibility */
+    /* An obsolete name of Process::Tms for backward compatibility */
     rb_define_const(rb_cStruct, "Tms", rb_cProcessTms);
     rb_deprecate_constant(rb_cStruct, "Tms");
 #endif

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

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