comments: remove old and wrong multi/easy interface statements

This commit is contained in:
Daniel Stenberg
2013-08-09 23:39:09 +02:00
parent 08adecc9a1
commit 2af0b10c95
5 changed files with 7 additions and 10 deletions

View File

@@ -1695,8 +1695,7 @@ static int imap_getsock(struct connectdata *conn, curl_socket_t *socks,
* connection phase.
*
* The variable 'done' points to will be TRUE if the protocol-layer connect
* phase is done when this function returns, or FALSE is not. When called as
* a part of the easy interface, it will always be TRUE.
* phase is done when this function returns, or FALSE if not.
*/
static CURLcode imap_connect(struct connectdata *conn, bool *done)
{