diff options
Diffstat (limited to 'libs/libcurl/src/bufq.h')
-rw-r--r-- | libs/libcurl/src/bufq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/bufq.h b/libs/libcurl/src/bufq.h index c7aa10a75d..dc803bd9dc 100644 --- a/libs/libcurl/src/bufq.h +++ b/libs/libcurl/src/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
|