summaryrefslogtreecommitdiff
path: root/include/private/apr_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/apr_support.h')
-rw-r--r--include/private/apr_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/private/apr_support.h b/include/private/apr_support.h
index 90491ec76..e8035ae01 100644
--- a/include/private/apr_support.h
+++ b/include/private/apr_support.h
@@ -52,7 +52,7 @@ extern "C" {
/**
* @defgroup apr_support Internal APR support functions
- * @ingroup APR
+ * @ingroup APR
* @{
*/
@@ -62,7 +62,7 @@ extern "C" {
* @param f The file to wait on.
* @param s The socket to wait on if @a f is @c NULL.
* @param for_read If non-zero wait for data to be available to read,
- * otherwise wait for data to be able to be written.
+ * otherwise wait for data to be able to be written.
* @return APR_TIMEUP if we run out of time.
*/
apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,