Skip to content

Commit f6cbba1

Browse files
authored
fix typo
1 parent beed5ed commit f6cbba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ impl<'mir, 'tcx: 'mir> ThreadManager<'mir, 'tcx> {
582582
}
583583
// No callbacks scheduled, pick a regular thread to execute.
584584
// The active thread blocked or yielded. So we go search for another enabled thread.
585-
// Curcially, we start searching at the current active thread ID, rather than at 0, since we
585+
// Crucially, we start searching at the current active thread ID, rather than at 0, since we
586586
// want to avoid always scheduling threads 0 and 1 without ever making progress in thread 2.
587587
//
588588
// `skip(N)` means we start iterating at thread N, so we skip 1 more to start just *after*

0 commit comments

Comments
 (0)