From: William A. Rowe Jr Date: Thu, 9 Jun 2016 02:42:23 +0000 (+0000) Subject: A much more innocuous cut-and-paste flaw X-Git-Tag: 2.5.0-alpha~1519 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b277880661f4ebb219e1c73ab62d1e15d8c81a73;p=thirdparty%2Fapache%2Fhttpd.git A much more innocuous cut-and-paste flaw git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747484 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index f2c7c12ca71..2a326dfe381 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2493,7 +2493,7 @@ AP_DECLARE(int) ap_cstr_casecmp(const char *s1, const char *s2); * according to whether @a str1 is considered greater than, equal to, * or less than @a str2. * - * @note Same code as apr_cstr_casecmp, which arrives in APR 1.6 + * @note Same code as apr_cstr_casecmpn, which arrives in APR 1.6 */ AP_DECLARE(int) ap_cstr_casecmpn(const char *s1, const char *s2, apr_size_t n);