Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartheek Penagamuri committed Dec 13, 2022
1 parent b8ff6b3 commit 84e5043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void Run_WhenAThreadAbandonsMutexThenNextMigrationRunReleasesMutexAndCrea
void AbandonMutex()
{
_orphan.WaitOne();
// Abandon the mutexes by exiting without releasing it by invoking _orphan1.ReleaseMutex() method.
// Abandon the mutex by exiting the method without releasing
}
}
}
Expand Down

0 comments on commit 84e5043

Please sign in to comment.