소스 검색

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

YAMAMOTO Takashi 5 달 전
부모
커밋
bbf571e5af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/iwasm/libraries/lib-socket/src/wasi/wasi_socket_ext.c

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

@@ -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