From c26df684d0193ac09e0ed4393cd0097654ca00b3 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:52:14 +0000 Subject: * enum.c: fix a typo in documentation. [ci skip][fix GH-1140] Patch by @jutaz * io.c: ditto. * iseq.c: ditto. * numeric.c: ditto. * process.c: ditto. * string.c: ditto. * vm_trace.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 08f624f96a..4826a2e02a 100644 --- a/process.c +++ b/process.c @@ -7111,7 +7111,7 @@ get_mach_timebase_info(void) * #=> 896053.968060096 * * +clock_id+ specifies a kind of clock. - * It is specifed as a constant which begins with Process::CLOCK_ + * It is specified as a constant which begins with Process::CLOCK_ * such as Process::CLOCK_REALTIME and Process::CLOCK_MONOTONIC. * * The supported constants depends on OS and version. -- cgit v1.2.3