Skip to content

Commit

Permalink
py/modthread: Fix spelling error in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech authored and dpgeorge committed Jan 31, 2020
1 parent e3ff528 commit 3e1bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/modthread.c
Expand Up @@ -249,7 +249,7 @@ STATIC mp_obj_t mod_thread_start_new_thread(size_t n_args, const mp_obj_t *args)
}
}

// copy agross the positional arguments
// copy across the positional arguments
th_args->n_args = pos_args_len;
memcpy(th_args->args, pos_args_items, pos_args_len * sizeof(mp_obj_t));

Expand Down

0 comments on commit 3e1bbea

Please sign in to comment.