You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/06/09 02:42:23 UTC

svn commit: r1747484 - /httpd/httpd/trunk/include/httpd.h

Author: wrowe
Date: Thu Jun  9 02:42:23 2016
New Revision: 1747484

URL: http://svn.apache.org/viewvc?rev=1747484&view=rev
Log:
A much more innocuous cut-and-paste flaw

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1747484&r1=1747483&r2=1747484&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Thu Jun  9 02:42:23 2016
@@ -2493,7 +2493,7 @@ AP_DECLARE(int) ap_cstr_casecmp(const ch
  * 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);