From 61313ade46f71b783336b64049ad11459a208061 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 17 Aug 2013 11:23:16 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 2ee9f4a04e..273f703a26 100644 --- a/process.c +++ b/process.c @@ -6678,12 +6678,12 @@ rb_proc_times(VALUE obj) * +:POSIX_GETTIMEOFDAY_CLOCK_REALTIME+ when clock_gettime() is not available. * * Emulations for +:CLOCK_REALTIME+: - * [:POSIX_GETTIMEOFDAY_CLOCK_REALTIME] Use gettimeofday(). The precision is 1 micro second. - * [:POSIX_TIME_CLOCK_REALTIME] Use time(). The precision is 1 second. + * [:POSIX_GETTIMEOFDAY_CLOCK_REALTIME] Use gettimeofday(). The resolution is 1 micro second. + * [:POSIX_TIME_CLOCK_REALTIME] Use time(). The resolution is 1 second. * * Emulations for +:CLOCK_MONOTONIC+: * [:MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC] Use mach_absolute_time(), available on Darwin. - * The precision is CPU dependent. + * The resolution is CPU dependent. * * If the given +clock_id+ is not supported, Errno::EINVAL is raised. * -- cgit v1.2.3