summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-08-13 12:36:27 +0000
committerJeff Trawick <trawick@apache.org>2013-08-13 12:36:27 +0000
commitaa4d08ea7534a87e8f8378549909c0397335b55e (patch)
tree1e1385a48e2bb4e5c08a4ebd366b189945872b21 /include/mpm_common.h
parentc66c301b576b0612992331857a5375a6b4d457b9 (diff)
downloadhttpd-aa4d08ea7534a87e8f8378549909c0397335b55e.tar.gz
fix Doxygen warnings/comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index 8ba20d2ce2..76bb59488d 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -287,7 +287,7 @@ typedef enum { AP_MPM_PODX_NORESTART, AP_MPM_PODX_RESTART, AP_MPM_PODX_GRACEFUL
/**
* Open the extended pipe-of-death.
* @param p The pool to use for allocating the pipe
- * @param pod the pipe-of-death that is created.
+ * @param pod The pipe-of-death that is created.
*/
AP_DECLARE(apr_status_t) ap_mpm_podx_open(apr_pool_t *p, ap_pod_t **pod);
@@ -299,7 +299,7 @@ AP_DECLARE(int) ap_mpm_podx_check(ap_pod_t *pod);
/**
* Close the pipe-of-death
*
- * @param extended pod the pipe-of-death to close.
+ * @param pod The pipe-of-death to close.
*/
AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod);