]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix typo in `InternalDocs/jit.md` (#132119)
authorTomas R. <tomas.roun8@gmail.com>
Sat, 5 Apr 2025 10:36:16 +0000 (12:36 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Apr 2025 10:36:16 +0000 (12:36 +0200)
InternalDocs/jit.md

index bd0c348af35c346167ecd0f1be05b1ccb1ae2bc6..c98ccb3ace8d9ecd9c81a1da06d8607ecec2b0a3 100644 (file)
@@ -66,7 +66,7 @@ When invoked, the executor jumps to the `tier2_dispatch:` label in
 executes the micro-ops. The body of this loop is a switch statement over
 the uops IDs, resembling the one used in the adaptive interpreter.
 
-The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
+The switch implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
 which is generated by the build script
 [`Tools/cases_generator/tier2_generator.py`](../Tools/cases_generator/tier2_generator.py)
 from the bytecode definitions in