mirror of
https://github.com/curl/curl.git
synced 2026-08-04 11:26:14 +03:00
source: avoid use of 'very' in comments
This commit is contained in:
parent
d1323839be
commit
9cc246401e
16 changed files with 64 additions and 67 deletions
|
|
@ -1310,7 +1310,7 @@ static CURLcode cf_tcp_connect(struct Curl_cfilter *cf,
|
|||
if(blocking)
|
||||
return CURLE_UNSUPPORTED_PROTOCOL;
|
||||
|
||||
*done = FALSE; /* a very negative world view is best */
|
||||
*done = FALSE; /* a negative world view is best */
|
||||
if(ctx->sock == CURL_SOCKET_BAD) {
|
||||
int error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue