From: bch Date: Wed, 18 Jun 2025 23:54:03 +0000 (-0700) Subject: easy: fix comment-documentation X-Git-Tag: curl-8_15_0~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9edd968792d816a6af4c42edcb6fa4825e5c09c3;p=thirdparty%2Fcurl.git easy: fix comment-documentation -> easy_perform() is the INTERNAL interface that performs a blocking[...] Closes #17664 --- 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,