From c6218f372330e171da878b84ac602bf887906068 Mon Sep 17 00:00:00 2001 From: Sebastian Sterk Date: Tue, 1 Feb 2022 00:05:00 +0100 Subject: [PATCH] multi: grammar fix in comment After 'must', the verb is used without 'to'. Correct: "must" or "have to" Closes #8368 --- lib/multi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;