From 9edd968792d816a6af4c42edcb6fa4825e5c09c3 Mon Sep 17 00:00:00 2001 From: bch Date: Wed, 18 Jun 2025 16:54:03 -0700 Subject: [PATCH] easy: fix comment-documentation -> easy_perform() is the INTERNAL interface that performs a blocking[...] Closes #17664 --- lib/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/easy.c b/lib/easy.c index b9e3fa31e2..da7272158a 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -734,7 +734,7 @@ static CURLcode easy_transfer(struct Curl_multi *multi) /* - * easy_perform() is the external interface that performs a blocking + * easy_perform() is the internal interface that performs a blocking * transfer as previously setup. * * CONCEPT: This function creates a multi handle, adds the easy handle to it, -- 2.47.2