From 22d4e9ea8bb2895e53711e9abec8a3fe0fc63d54 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 6 Apr 2002 12:43:47 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.40.0