From: Daniel Gustafsson Date: Wed, 8 May 2024 17:12:03 +0000 (+0200) Subject: bufq: remove duplicate word in comment X-Git-Tag: curl-8_8_0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60580f9f214869b501ba0caaa5a6bf335e6aee1d;p=thirdparty%2Fcurl.git bufq: remove duplicate word in comment Inspired by 13552. Closes: #13554 Reviewed-by: Daniel Stenberg --- diff --git a/lib/bufq.h b/lib/bufq.h index 027a2b6baf..87ffa45da2 100644 --- a/lib/bufq.h +++ b/lib/bufq.h @@ -85,7 +85,7 @@ void Curl_bufcp_free(struct bufc_pool *pool); * preferably never fail (except for memory exhaustion). * * By default and without a pool, a bufq will keep chunks that read - * read empty in its `spare` list. Option `BUFQ_OPT_NO_SPARES` will + * empty in its `spare` list. Option `BUFQ_OPT_NO_SPARES` will * disable that and free chunks once they become empty. * * When providing a pool to a bufq, all chunk creation and spare handling