fix: correct typos and improve comments across multiple files by codespell (#4116)
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@ -26,7 +26,7 @@ typedef __wasi_dircookie_t wasi_dircookie_t;
|
||||
// result are not guaranteed to be zero'ed by us so the result essentially
|
||||
// contains garbage from the WASM app perspective. To prevent this, we return
|
||||
// uint32 directly instead so as not to be reliant on the correct behaviour of
|
||||
// any current/future WASI SDK implemenations.
|
||||
// any current/future WASI SDK implementations.
|
||||
typedef uint32_t wasi_errno_t;
|
||||
typedef __wasi_event_t wasi_event_t;
|
||||
typedef __wasi_exitcode_t wasi_exitcode_t;
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* The defitions of type, macro and structure in this file should be
|
||||
* The definitions of type, macro and structure in this file should be
|
||||
* consistent with those in wasi-libc:
|
||||
* https://github.com/WebAssembly/wasi-libc/blob/main/libc-bottom-half/headers/public/wasi/api.h
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user