mirror of
https://github.com/curl/curl.git
synced 2025-09-06 20:34:59 +03:00
easy: fix comment-documentation
-> easy_perform() is the INTERNAL interface that performs a blocking[...] Closes #17664
This commit is contained in:
parent
0042770157
commit
9edd968792
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user