Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Nov 11, 2024
1 parent 7e6b951 commit a370689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/reactor.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ int lf_reactor_c_main(int argc, const char* argv[]) {
start_time = lf_time_physical();
} else {
instant_t now = lf_time_physical();
if (now < star_time) {
if (now < start_time) {
LF_PRINT_LOG("Sleeping " PRINTF_TIME " ns until start time", start_time - now);
lf_sleep(start_time - now);
}
Expand Down

0 comments on commit a370689

Please sign in to comment.