From: Graham Leggett Date: Sat, 6 Apr 2002 12:43:47 +0000 (+0000) Subject: Quick fix to an incorrect comment. X-Git-Tag: 2.0.36~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d4e9ea8bb2895e53711e9abec8a3fe0fc63d54;p=thirdparty%2Fapache%2Fhttpd.git Quick fix to an incorrect comment. 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 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 938df235e7e..ff6b9bdfa2a 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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) {