]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A much more innocuous cut-and-paste flaw
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 9 Jun 2016 02:42:23 +0000 (02:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 9 Jun 2016 02:42:23 +0000 (02:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747484 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index f2c7c12ca713deeb4ff2bf5c4bb67f40f0430ccd..2a326dfe3819e12d7125144057aeb9309b9630d1 100644 (file)
@@ -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);