Skip to content

Commit 7d5be06

Browse files
committed
Add 0 preemption rate flag for blocking test and fix comment
1 parent 25ca855 commit 7d5be06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pub enum BlockReason {
172172
Futex { addr: u64 },
173173
/// Blocked on an InitOnce.
174174
InitOnce(InitOnceId),
175-
/// Blocked on epoll
175+
/// Blocked on epoll.
176176
Epoll,
177177
}
178178

0 commit comments

Comments
 (0)