diff --git a/src/lthread_int.h b/src/lthread_int.h index 52475ce..46314fe 100644 --- a/src/lthread_int.h +++ b/src/lthread_int.h @@ -134,7 +134,7 @@ struct lthread { int ret; int err; } io; - /* lthread_compute schduler - when running in compute block */ + /* lthread_compute scheduler - when running in compute block */ struct lthread_compute_sched *compute_sched; int ready_fds; /* # of fds that are ready. for poll(2) */ struct pollfd *pollfds;