docs: drop basically

Another filler word

Closes #20835
This commit is contained in:
Daniel Stenberg 2026-03-06 11:37:33 +01:00
parent 86ea3abd41
commit 1495489c41
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 62 additions and 67 deletions

View file

@ -514,8 +514,8 @@ struct Curl_scheme {
const struct Curl_protocol *run; /* implementation */
curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
specific protocol bit */
curl_prot_t family; /* single bit for protocol family; basically the
non-TLS name of the protocol this is */
curl_prot_t family; /* single bit for protocol family; the non-TLS name
of the protocol this is */
uint32_t flags; /* Extra particular characteristics, see PROTOPT_* */
uint16_t defport; /* Default port. */
};