Skip to content

Commit d565f41

Browse files
lint
1 parent 76b9c9e commit d565f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
#define EXIT_QUALITY_BACKWARD_EDGE_COROUTINE (EXIT_QUALITY_BACKWARD_EDGE / 8)
5757

5858
/* Penalty for a perfectly balanced (50/50) branch.
59-
* 7 such branches (after per-slot cost) exhaust fitness to EXIT_QUALITY_DEFAULT.
59+
* 7 such branches (after per-slot cost) exhaust fitness to EXIT_QUALITY_DEFAULT.
6060
* The calculation assumes the branches are spread out roughly equally throughout the trace.
6161
*/
6262
#define FITNESS_BRANCH_BALANCED ((FITNESS_INITIAL - EXIT_QUALITY_DEFAULT - \

0 commit comments

Comments
 (0)