Skip to content

Commit

Permalink
#1938: fix some typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Nov 29, 2022
1 parent 1fca0c2 commit 5880acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt/scheduler/scheduler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ void Scheduler::runSchedulerOnceImpl(bool msg_only) {

processed_after_last_progress_++;

// Leave idle states are before any potential processing.
// Leave idle states before any potential processing.
// True-idle must be the outer state to enter/leave to collect more
// accurate time and ensure that events are not emited while in idle.
// accurate time and ensure that events are not emitted while in idle.
if (is_idle) {
is_idle = false;
triggerEvent(SchedulerEventType::EndIdle);
Expand Down

0 comments on commit 5880acc

Please sign in to comment.