easy: fix comment-documentation

-> easy_perform() is the INTERNAL interface that performs a blocking[...]

Closes #17664
This commit is contained in:
bch 2025-06-18 16:54:03 -07:00 committed by Viktor Szakats
parent 0042770157
commit 9edd968792
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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,