From 15192b64e0e44e53d0cfc1c8a90871c382008c99 Mon Sep 17 00:00:00 2001 From: stomar Date: Sat, 14 Apr 2018 16:49:27 +0000 Subject: process.c: [DOC] fix grammar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 853bc10c5e..b6a0245163 100644 --- a/process.c +++ b/process.c @@ -7985,7 +7985,7 @@ InitVM_process(void) #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 -- cgit v1.2.3