summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:49:27 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-14 16:49:27 +0000
commit15192b64e0e44e53d0cfc1c8a90871c382008c99 (patch)
tree392b2e57a872ecf6e6092b6986fbd67353b1d131
parent9d0699819a129adda421883c4326e281ed224e9e (diff)
process.c: [DOC] fix grammar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
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