Skip to content

Commit 97d5f2b

Browse files
typo fix
1 parent a93c26c commit 97d5f2b

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
@@ -1710,7 +1710,7 @@ _Py_Executors_InvalidateDependency(PyInterpreterState *interp, void *obj, int is
17101710
}
17111711

17121712
// It doesn't matter if we don't invalidate all threads.
1713-
// If more thread are spawned, we force the jit not to compile anyways
1713+
// If more threads are spawned, we force the jit not to compile anyways
17141714
// so the trace gets abandoned.
17151715
jit_tracer_invalidate_dependency(_PyThreadState_GET(), obj);
17161716

0 commit comments

Comments
 (0)