Skip to content

Commit eaa2a2e

Browse files
Update Python/optimizer.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 77f857c commit eaa2a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ _PyJit_translate_single_bytecode_to_trace(
693693

694694
if (stop_tracing_opcode != 0) {
695695
// gh-143183: It's important we rewind to the last known proper target.
696-
// The current target mgiht be garbage as stop tracing usually indicates
696+
// The current target might be garbage as stop tracing usually indicates
697697
// we are in something that we can't trace.
698698
goto unsupported;
699699
}

0 commit comments

Comments
 (0)