From: André Malo Date: Sun, 14 Dec 2003 16:34:18 +0000 (+0000) Subject: fix docco X-Git-Tag: pre_ajp_proxy~925 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4511308ee72f121bab5206378ccb6d35696f4d6;p=apache fix docco git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058 13f79535-47bb-0310-9956-ffa450edef68 --- 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,