diff --git a/lib/multi.c b/lib/multi.c index 55882997ce..0b76874cd4 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -2168,8 +2168,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, Curl_posttransfer(data); drc = multi_done(data, result, FALSE); - /* When set to retry the connection, we must to go back to - * the CONNECT state */ + /* When set to retry the connection, we must go back to the CONNECT + * state */ if(newurl) { if(!drc || (drc == CURLE_SEND_ERROR)) { follow = FOLLOW_RETRY;