]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
easy: fix comment-documentation
authorbch <brad.harder@gmail.com>
Wed, 18 Jun 2025 23:54:03 +0000 (16:54 -0700)
committerViktor Szakats <commit@vsz.me>
Thu, 19 Jun 2025 17:50:09 +0000 (19:50 +0200)
-> easy_perform() is the INTERNAL interface that performs a blocking[...]

Closes #17664

lib/easy.c

index b9e3fa31e2b0010f09cd3a8826290be1c43b7ca1..da7272158adddc9726ba7842dff77d963bb84cc4 100644 (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,