wasi_socket_ext.c: fix a typo in a comment (#4552)

This commit is contained in:
YAMAMOTO Takashi 2025-08-13 09:14:58 +09:00 committed by GitHub
parent f916eaa197
commit bbf571e5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
*
* wasi-libc's errno is a TLS variable, exposed directly via
* errno.h. if we use it here, LLVM may lower it differently,
* depending on enabled features like atomcs and bulk-memory.
* depending on enabled features like atomics and bulk-memory.
* we tweak the way to access errno here in order to make us
* compatible with both of threaded and non-threaded applications.
* __errno_location() should be reasonably stable because