docs: replace instances of the vague qualifier 'quite'

in documentation and comments

Closes #20841
This commit is contained in:
dbalsom 2026-03-06 12:58:44 -05:00 committed by Daniel Stenberg
parent 13f48dfb52
commit 9a674ee6f7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 22 additions and 21 deletions

View file

@ -375,7 +375,7 @@ static CURLMcode multi_xfers_add(struct Curl_multi *multi,
if(capacity < max_capacity) {
/* We want `multi->xfers` to have "sufficient" free rows, so that we do
* have to reuse the `mid` from a removed easy right away.
* Since uint_tbl and uint_bset are quite memory efficient,
* Since uint_tbl and uint_bset are memory efficient,
* regard less than 25% free as insufficient.
* (for low capacities, e.g. multi_easy, 4 or less). */
uint32_t used = Curl_uint32_tbl_count(&multi->xfers);