summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:52:14 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:52:14 +0000
commit52cd994814335d6cee5ee4fae2827edd5e0d73b9 (patch)
treebfdd943ca353ca3c29be13bc4641b6e94add469e /process.c
parent53e4e7fc3d5df29ca8287a3e39dc9dd865706ca0 (diff)
* 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
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
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 <code>Process::CLOCK_</code>
+ * It is specified as a constant which begins with <code>Process::CLOCK_</code>
* such as Process::CLOCK_REALTIME and Process::CLOCK_MONOTONIC.
*
* The supported constants depends on OS and version.