Skip to content

Commit 4e0a4ca

Browse files
authored
summarize: Fix typo in stats (#127450)
1 parent 33ce8dc commit 4e0a4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/summarize_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def get_optimization_stats(self) -> dict[str, tuple[int, int | None]]:
483483
): (trace_too_long, attempts),
484484
Doc(
485485
"Trace too short",
486-
"A potential trace is abandoced because it it too short.",
486+
"A potential trace is abandoned because it it too short.",
487487
): (trace_too_short, attempts),
488488
Doc(
489489
"Inner loop found", "A trace is truncated because it has an inner loop"

0 commit comments

Comments
 (0)