bufq: remove duplicate word in comment
Inspired by 13552. Closes: #13554 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
bbeeccdea8
commit
60580f9f21
@ -85,7 +85,7 @@ void Curl_bufcp_free(struct bufc_pool *pool);
|
|||||||
* preferably never fail (except for memory exhaustion).
|
* preferably never fail (except for memory exhaustion).
|
||||||
*
|
*
|
||||||
* By default and without a pool, a bufq will keep chunks that read
|
* 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.
|
* disable that and free chunks once they become empty.
|
||||||
*
|
*
|
||||||
* When providing a pool to a bufq, all chunk creation and spare handling
|
* When providing a pool to a bufq, all chunk creation and spare handling
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user