From: Graham Leggett Date: Sat, 6 Apr 2002 12:43:47 +0000 (+0000) Subject: Quick fix to an incorrect comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=592ab28fa6284f618c072feb2924617f239d3bc7;p=apache 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 938df235e7..ff6b9bdfa2 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) {