Skip to content

Commit 545aa60

Browse files
RalfJungoli-obk
andcommitted
fix typo
Co-authored-by: Oliver Scherer <github35764891676564198441@oli-obk.de>
1 parent d617d61 commit 545aa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ impl<'mir, 'tcx: 'mir> ThreadManager<'mir, 'tcx> {
373373

374374
/// Change the active thread to some enabled thread.
375375
fn yield_active_thread(&mut self) {
376-
// We do not immediately, as swapping out the current stack while execution a MIR statement
376+
// We do not yield immediately, as swapping out the current stack while executing a MIR statement
377377
// could lead to all sorts of confusion.
378378
// We should only switch stacks between steps.
379379
self.yield_active_thread = true;

0 commit comments

Comments
 (0)