mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
all: fix typos in comments (#20963)
This commit is contained in:
parent
a58f980b02
commit
78602846e5
21 changed files with 29 additions and 29 deletions
2
thirdparty/mbedtls/library/debug.c
vendored
2
thirdparty/mbedtls/library/debug.c
vendored
|
@ -121,7 +121,7 @@ void mbedtls_debug_print_ret( const mbedtls_ssl_context *ssl, int level,
|
|||
/*
|
||||
* With non-blocking I/O and examples that just retry immediately,
|
||||
* the logs would be quickly flooded with WANT_READ, so ignore that.
|
||||
* Don't ignore WANT_WRITE however, since is is usually rare.
|
||||
* Don't ignore WANT_WRITE however, since is usually rare.
|
||||
*/
|
||||
if( ret == MBEDTLS_ERR_SSL_WANT_READ )
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue