summaryrefslogtreecommitdiff
path: root/ports/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/main.c')
-rw-r--r--ports/unix/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/main.c b/ports/unix/main.c
index d6ae1e611..95ed216e4 100644
--- a/ports/unix/main.c
+++ b/ports/unix/main.c
@@ -414,7 +414,7 @@ STATIC void pre_process_options(int argc, char **argv) {
#if MICROPY_PY_THREAD
mp_thread_is_realtime_enabled = true;
#endif
- // main thread was already intialized before the option
+ // main thread was already initialized before the option
// was parsed, so we have to enable realtime here.
mp_thread_set_realtime();
#endif