Skip to content

Commit bbf571e

Browse files
authored
wasi_socket_ext.c: fix a typo in a comment (#4552)
1 parent f916eaa commit bbf571e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/libraries/lib-socket/src/wasi/wasi_socket_ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* wasi-libc's errno is a TLS variable, exposed directly via
2020
* errno.h. if we use it here, LLVM may lower it differently,
21-
* depending on enabled features like atomcs and bulk-memory.
21+
* depending on enabled features like atomics and bulk-memory.
2222
* we tweak the way to access errno here in order to make us
2323
* compatible with both of threaded and non-threaded applications.
2424
* __errno_location() should be reasonably stable because

0 commit comments

Comments
 (0)