From 60580f9f214869b501ba0caaa5a6bf335e6aee1d Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 8 May 2024 19:12:03 +0200 Subject: [PATCH] bufq: remove duplicate word in comment Inspired by 13552. Closes: #13554 Reviewed-by: Daniel Stenberg --- lib/bufq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3