Skip to content

Commit 004f502

Browse files
committed
Add 0 preemption rate flag for blocking test and fix comment
1 parent de207b0 commit 004f502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)