Skip to content

Commit f3c9287

Browse files
Comment change
1 parent 0e05712 commit f3c9287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_backoff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040
((_Py_BackoffCounter){ .value_and_backoff = (value << BACKOFF_BITS) | backoff })
4141

4242
// We only use values x and backoffs b such that
43-
// x + 1 is prime and is near to 2**(2*b+1).
43+
// x + 1 is near to 2**(2*b+1) and x + 1 is prime.
4444
static const _Py_BackoffCounter backoff_counter_table[] = {
4545
MAKE_BACKOFF_COUNTER(1, 0),
4646
MAKE_BACKOFF_COUNTER(6, 1),

0 commit comments

Comments
 (0)