summaryrefslogtreecommitdiffstats
path: root/contrib/apr/include/apr_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/apr/include/apr_errno.h')
-rw-r--r--contrib/apr/include/apr_errno.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/apr/include/apr_errno.h b/contrib/apr/include/apr_errno.h
index d4d44cb..58eaf73 100644
--- a/contrib/apr/include/apr_errno.h
+++ b/contrib/apr/include/apr_errno.h
@@ -45,7 +45,7 @@ typedef int apr_status_t;
/**
* Return a human readable string describing the specified error.
- * @param statcode The error code the get a string for.
+ * @param statcode The error code to get a string for.
* @param buf A buffer to hold the error string.
* @param bufsize Size of the buffer to hold the string.
*/
@@ -126,7 +126,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
* use within apr-util. This space is reserved above that used by APR
* internally.
* @note This number MUST be smaller than APR_OS_ERRSPACE_SIZE by a
- * large enough amount that APR has sufficient room for it's
+ * large enough amount that APR has sufficient room for its
* codes.
*/
#define APR_UTIL_ERRSPACE_SIZE 20000
@@ -135,7 +135,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
*/
#define APR_OS_START_STATUS (APR_OS_START_ERROR + APR_OS_ERRSPACE_SIZE)
/**
- * APR_UTIL_START_STATUS is where APR-Util starts defining it's
+ * APR_UTIL_START_STATUS is where APR-Util starts defining its
* status codes.
*/
#define APR_UTIL_START_STATUS (APR_OS_START_STATUS + \
OpenPOWER on IntegriCloud