]> granicus.if.org Git - apache/commitdiff
fix docco
authorAndré Malo <nd@apache.org>
Sun, 14 Dec 2003 16:34:18 +0000 (16:34 +0000)
committerAndré Malo <nd@apache.org>
Sun, 14 Dec 2003 16:34:18 +0000 (16:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 482a3079300b00b49582131133ed85827d750d16..754cd99af92e0777ba01e655034c530497ff0ca6 100644 (file)
@@ -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,