Skip to content

Commit 3bbf6ee

Browse files
Update InternalDocs/jit.md
Co-authored-by: Mark Shannon <[email protected]>
1 parent bc8a50b commit 3bbf6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ JIT to run on its interpreter (i.e., python is configured with
6868
When invoked, the executor jumps to the `tier2_dispatch:` label in
6969
[`Python/ceval.c`](../Python/ceval.c), where there is a loop that
7070
executes the micro-ops. The body of this loop is a switch statement over
71-
the uops IDs, reselmbling the one used in the adaptive interpreter.
71+
the uops IDs, resembling the one used in the adaptive interpreter.
7272

7373
The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
7474
which is generated by the build script

0 commit comments

Comments
 (0)