Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Scherer <github35764891676564198441@oli-obk.de>
  • Loading branch information
RalfJung and oli-obk committed Jul 17, 2020
1 parent d617d61 commit 545aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ impl<'mir, 'tcx: 'mir> ThreadManager<'mir, 'tcx> {

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

0 comments on commit 545aa60

Please sign in to comment.