We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f916eaa commit bbf571eCopy full SHA for bbf571e
core/iwasm/libraries/lib-socket/src/wasi/wasi_socket_ext.c
@@ -18,7 +18,7 @@
18
*
19
* wasi-libc's errno is a TLS variable, exposed directly via
20
* errno.h. if we use it here, LLVM may lower it differently,
21
- * depending on enabled features like atomcs and bulk-memory.
+ * depending on enabled features like atomics and bulk-memory.
22
* we tweak the way to access errno here in order to make us
23
* compatible with both of threaded and non-threaded applications.
24
* __errno_location() should be reasonably stable because
0 commit comments