summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
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 d57ca453d..066b71b0f 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -37,7 +37,7 @@ extern "C" {
/**
* @defgroup APR_GlobalMutex Global Locking Routines
- * @ingroup APR
+ * @ingroup APR
* @{
*/
@@ -83,7 +83,7 @@ APR_DECLARE(apr_status_t) apr_global_mutex_create(apr_global_mutex_t **mutex,
* @param mutex The newly re-opened mutex structure.
* @param fname A file name to use if the mutex mechanism requires one. This
* argument should always be provided. The mutex code itself will
- * determine if it should be used. This filename should be the
+ * determine if it should be used. This filename should be the
* same one that was passed to apr_global_mutex_create().
* @param pool The pool to operate on.
* @remark This function must be called to maintain portability, even