From: Michael Kaufmann Date: Thu, 25 Oct 2018 11:02:26 +0000 (+0200) Subject: urldata: Fix comment in header X-Git-Tag: curl-7_62_0~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daabc9158134139e4807a87b596f37abbe40edac;p=curl urldata: Fix comment in header The "connecting" function is used by multiple protocols, not only FTP --- diff --git a/lib/urldata.h b/lib/urldata.h index 1ebe4fd4f..11a6a22c6 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -649,7 +649,7 @@ struct Curl_handler { */ CURLcode (*connect_it)(struct connectdata *, bool *done); - /* See above. Currently only used for FTP. */ + /* See above. */ CURLcode (*connecting)(struct connectdata *, bool *done); CURLcode (*doing)(struct connectdata *, bool *done);