summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-03-19 23:51:03 +0000
committerYann Ylavic <ylavic@apache.org>2015-03-19 23:51:03 +0000
commite9bda0a73423efece26a22cd99c217108a65975d (patch)
tree59257ec75e95cfc851e4e681a3fa7783a48689c1 /include/apr_global_mutex.h
parent5afcce28e88ed8742f11ccb58b06fb67e6de3207 (diff)
downloadapr-e9bda0a73423efece26a22cd99c217108a65975d.tar.gz
Follow up to r1667900: fix comments.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1667903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_global_mutex.h')
-rw-r--r--include/apr_global_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_global_mutex.h b/include/apr_global_mutex.h
index e86048cac..f6d9f4857 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -114,8 +114,8 @@ APR_DECLARE(apr_status_t) apr_global_mutex_trylock(apr_global_mutex_t *mutex);
* Attempt to acquire the lock for the given mutex until timeout expires.
* If the acquisition time outs, the call returns with APR_TIMEUP.
* @param mutex the mutex on which to attempt the lock acquiring.
- * @param timeout the absolute (non 0) or relative (0) timeout
- * @param absolute whether the timeout given is absolute or relative
+ * @param timeout the absolute time or relative timeout (microseconds)
+ * @param absolute whether the timeout given is absolute (!0) or relative (0)
*/
APR_DECLARE(apr_status_t) apr_global_mutex_timedlock(apr_global_mutex_t *mutex,
apr_time_t timeout,