Skip to content

Commit 74c39de

Browse files
committed
fmt
1 parent 1e87f51 commit 74c39de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl Condvar {
153153
//
154154
// Tested on: ARM Cortex-A53, ARM Cortex-A72
155155
//
156-
// The backoff time is increased by 50us each time, to make sure the loop does not block
156+
// The backoff time is increased by 25us each time, to make sure the loop does not block
157157
// the waiter on different (possibly slower) CPU models.
158158
//
159159
// Note that conditional variables might still face priority inversion problem for certain cases

0 commit comments

Comments
 (0)