Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lthread_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down