]> granicus.if.org Git - apache/commitdiff
Quick fix to an incorrect comment.
authorGraham Leggett <minfrin@apache.org>
Sat, 6 Apr 2002 12:43:47 +0000 (12:43 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 6 Apr 2002 12:43:47 +0000 (12:43 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94501 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 938df235e7e192f87574dac01734fdab228b64eb..ff6b9bdfa2a441118e9a8090769b71a4ba3b1071 100644 (file)
@@ -500,8 +500,8 @@ PROXY_DECLARE(int) ap_proxy_liststr(const char *list, const char *val)
 /*
  * list is a comma-separated list of case-insensitive tokens, with
  * optional whitespace around the tokens.
- * The return returns 1 if the token val is found in the list, or 0
- * otherwise.
+ * if val appears on the list of tokens, it is removed from the list,
+ * and the new list is returned.
  */
 PROXY_DECLARE(char *)ap_proxy_removestr(apr_pool_t *pool, const char *list, const char *val)
 {