fix some typos (#316)

Signed-off-by: cuishuang <imcusg@gmail.com>
opam-2.0.0
cui fliter 2 years ago committed by GitHub
parent 20d50de8ec
commit 839e57a220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -411,7 +411,7 @@ M3Result InitGlobals (IM3Module io_module)
if (io_module->numGlobals)
{
// placing the globals in their structs isn't good for cache locality, but i don't really know what the global
// access patterns typcially look like yet.
// access patterns typically look like yet.
// io_module->globalMemory = m3Alloc (m3reg_t, io_module->numGlobals);

@ -99,7 +99,7 @@ _ (NormalizeType (& retType, wasmType));
Environment_AddFuncType (io_module->environment, & ftype);
io_module->funcTypes [i] = ftype;
ftype = NULL; // ownership transfered to environment
ftype = NULL; // ownership transferred to environment
}
}

Loading…
Cancel
Save