diff options
author | André Malo <nd@apache.org> | 2003-12-14 17:34:18 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-12-14 17:34:18 +0100 |
commit | c4511308ee72f121bab5206378ccb6d35696f4d6 (patch) | |
tree | ce43e638e9394dee89d3337791172514acdf0dc6 /include | |
parent | sync with stable branch (diff) | |
download | apache2-c4511308ee72f121bab5206378ccb6d35696f4d6.tar.xz apache2-c4511308ee72f121bab5206378ccb6d35696f4d6.zip |
fix docco
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index 482a307930..754cd99af9 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1390,7 +1390,7 @@ AP_DECLARE(char *) ap_escape_logitem(apr_pool_t *p, const char *str); * Escape a string for logging into the error log (without a pool) * @param dest The buffer to write to * @param source The string to escape - * @param maxlen The buffer size for the escaped string (including \0) + * @param buflen The buffer size for the escaped string (including \0) * @return The len of the escaped string (always < maxlen) */ AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source, |