]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
url.c: restore mistaken comment change
authorDaniel Stenberg <daniel@haxx.se>
Sat, 7 Feb 2026 22:04:00 +0000 (23:04 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 7 Feb 2026 22:26:57 +0000 (23:26 +0100)
Follow-up to d7a9f1ab15

Closes #20540

lib/url.c

index cfe398de8b58a0e8aa6a1ebec63bbf39f903ff00..f3b24c9de24e17eba9e0317f480d91ef8680dd45 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -3234,8 +3234,8 @@ static void url_conn_reuse_adjust(struct Curl_easy *data,
    * - we use a proxy (not tunneling). we want to send all requests
    *   that use the same proxy on this connection.
    * - we have a "connect-to" setting that may redirect the hostname of
-   *   a new request to the same remote endpoint of an conn conn.
-   *   We want to reuse an conn conn to the remote endpoint.
+   *   a new request to the same remote endpoint of an existing conn.
+   *   We want to reuse an existing conn to the remote endpoint.
    * Since connection reuse does not match on conn->host necessarily, we
    * switch conn to needle's host settings.
    */