Skip to content

Commit

Permalink
Fix typo 'potentially' (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante-Broggi committed Mar 20, 2023
1 parent b62fbea commit f1d4d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libponyrt/sched/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static pony_actor_t* suspend_scheduler(scheduler_t* sched,
// and scheduler 0 processes the SCHED_SUSPEND message before we
// decrement active_scheduler_count, it could think that
// active_scheduler_count > block_count and not start the CNF/ACK
// process for termination and potentiall hang the runtime instead
// process for termination and potentially hang the runtime instead
// of allowing it to reach quiescence.
if(sched->index != 0)
send_msg(sched->index, 0, SCHED_SUSPEND, 0);
Expand Down

0 comments on commit f1d4d45

Please sign in to comment.