summaryrefslogtreecommitdiff
path: root/include/apr_thread_cond.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_thread_cond.h')
-rw-r--r--include/apr_thread_cond.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_thread_cond.h b/include/apr_thread_cond.h
index 199f1dedc..a90b5e38b 100644
--- a/include/apr_thread_cond.h
+++ b/include/apr_thread_cond.h
@@ -36,7 +36,7 @@ extern "C" {
/**
* @defgroup apr_thread_cond Condition Variable Routines
- * @ingroup APR
+ * @ingroup APR
* @{
*/
@@ -88,8 +88,8 @@ APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond,
* @param mutex the mutex that must be locked upon entering this function,
* is released while the thread is asleep, and is again acquired before
* returning from this function.
- * @param timeout The amount of time in microseconds to wait. This is
- * a maximum, not a minimum. If the condition is signaled, we
+ * @param timeout The amount of time in microseconds to wait. This is
+ * a maximum, not a minimum. If the condition is signaled, we
* will wake up before this time, otherwise the error APR_TIMEUP
* is returned.
*/