You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fixes small typos and grammar correction
This commit is contained in:
@@ -242,7 +242,7 @@ void StreamPeerMbedTLS::poll() {
|
||||
return;
|
||||
}
|
||||
|
||||
// We could pass NULL as second parameter, but some behaviour sanitizers doesn't seem to like that.
|
||||
// We could pass NULL as second parameter, but some behaviour sanitizers don't seem to like that.
|
||||
// Passing a 1 byte buffer to workaround it.
|
||||
uint8_t byte;
|
||||
int ret = mbedtls_ssl_read(ssl_ctx->get_context(), &byte, 0);
|
||||
|
||||
Reference in New Issue
Block a user