Fix typo in comment.

Noticed while inspecting the generated wasmer.h.
This commit is contained in:
nlewycky
2020-02-21 11:49:18 -08:00
committed by GitHub
parent f632b8179c
commit 3b1a1227c7

View File

@ -127,7 +127,7 @@ pub unsafe extern "C" fn wasmer_emscripten_call_main(
/// `wasmer_emscripten_globals_t` from a `wasmer_module_t`. /// `wasmer_emscripten_globals_t` from a `wasmer_module_t`.
/// ///
/// WARNING: /// WARNING:
///1 ///
/// This `import_object_t` contains thin-wrappers around host system calls. /// This `import_object_t` contains thin-wrappers around host system calls.
/// Do not use this to execute untrusted code without additional sandboxing. /// Do not use this to execute untrusted code without additional sandboxing.
#[no_mangle] #[no_mangle]