Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi committed Jan 20, 2025
1 parent a50c9d5 commit df83c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int may_sleep(jl_ptls_t ptls) JL_NOTSAFEPOINT
// The barrier here guarantees that if a waker observes 0 idle threads after submitting work, then the thread going to sleep must have checked that work was available


// add_spinner must always be preceded by a seq-cst fence, it's not here to avoid an unnessary fence in the julia code that calls this
// add_spinner must always be preceded by a seq-cst fence, it's not here to avoid an unnecessary fence in the julia code that calls this
STATIC_INLINE void add_spinner(jl_task_t *ct) JL_NOTSAFEPOINT
{
// Find sleeping thread to wake up
Expand Down

0 comments on commit df83c27

Please sign in to comment.