]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
bufq: remove duplicate word in comment
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 8 May 2024 17:12:03 +0000 (19:12 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 8 May 2024 17:12:03 +0000 (19:12 +0200)
Inspired by 13552.

Closes: #13554
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/bufq.h

index 027a2b6baf148633e73bea916ba171d2ba8cd81f..87ffa45da2097c1e2668d7e446b8d62ba50b94d6 100644 (file)
@@ -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