From 3e1bbeabafc08ec0c9b6349b416aed306ef8a7c8 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 24 Jan 2020 15:23:44 -0600 Subject: py/modthread: Fix spelling error in comment. --- py/modthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py') diff --git a/py/modthread.c b/py/modthread.c index 91237a72b..5a9aba55f 100644 --- a/py/modthread.c +++ b/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) } } - // 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)); -- cgit v1.2.3