Fix some more spelling issues (#3393)
This commit is contained in:
@ -2311,7 +2311,7 @@ orcjit_thread_callback(void *arg)
|
||||
uint32 i;
|
||||
|
||||
#if WASM_ENABLE_FAST_JIT != 0
|
||||
/* Compile fast jit funcitons of this group */
|
||||
/* Compile fast jit functions of this group */
|
||||
for (i = group_idx; i < func_count; i += group_stride) {
|
||||
if (!jit_compiler_compile(module, i + module->import_function_count)) {
|
||||
LOG_ERROR("failed to compile fast jit function %u\n", i);
|
||||
|
||||
Reference in New Issue
Block a user