summaryrefslogtreecommitdiff
path: root/include/apr_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_atomic.h')
-rw-r--r--include/apr_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_atomic.h b/include/apr_atomic.h
index 60e4bb54d..7ea257123 100644
--- a/include/apr_atomic.h
+++ b/include/apr_atomic.h
@@ -41,7 +41,7 @@ extern "C" {
* @param p pool
* @return APR_SUCCESS on successful completion
* @remark Programs do NOT need to call this directly. APR will call this
- * automatically from apr_initialize.
+ * automatically from apr_initialize().
* @internal
*/
APR_DECLARE(apr_status_t) apr_atomic_init(apr_pool_t *p);