Skip to content

Commit 2ce1367

Browse files
authored
Fix typo in threads.c (#184)
1 parent 5f7ed69 commit 2ce1367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/threads.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ typedef struct {
2929
void* run(void* args_abs) {
3030
thread_args* args = (thread_args*)args_abs;
3131

32-
// Rereate store and module.
32+
// Recreate store and module.
3333
own wasm_store_t* store = wasm_store_new(args->engine);
3434
own wasm_module_t* module = wasm_module_obtain(store, args->module);
3535

0 commit comments

Comments
 (0)