1 parent e3ff528 commit 3e1bbeaCopy full SHA for 3e1bbea
1 file changed
py/modthread.c
@@ -249,7 +249,7 @@ STATIC mp_obj_t mod_thread_start_new_thread(size_t n_args, const mp_obj_t *args)
249
}
250
251
252
- // copy agross the positional arguments
+ // copy across the positional arguments
253
th_args->n_args = pos_args_len;
254
memcpy(th_args->args, pos_args_items, pos_args_len * sizeof(mp_obj_t));
255
0 commit comments