Skip to content

Commit 48bb146

Browse files
Fixed typo.
1 parent 0900bff commit 48bb146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/cross-platform/windowsperf_sampling_cpython_spe/windowsperf_sampling_cpython_spe_example_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ x_mul:python312_d.dll
165165
```
166166

167167
The above SPE sampling pass records that the function `x_mul:python312_d.dll`
168-
n source file `C:\path\to\cpython\Objects\longobject.c`, line `3590` is a hot spot for the `load_filter`.
168+
in source file `C:\path\to\cpython\Objects\longobject.c`, line `3590` is a hot spot for the `load_filter`.
169169

170170
#### Example output with disassemble enabled
171171

@@ -237,4 +237,4 @@ The output above shows that the function `x_mul:python312_d.dll` is a hot spot w
237237
- File `C:\path\to\cpython\Objects\longobject.c`, line `3589`, instruction `ldr x8, [sp, #0x58]` at address `0x404360` as potential hot-spot.
238238

239239
Another potential hot spot is in the function `v_isub:python312_d.dll` in the source file `C:\path\to\cpython\Objects\longobject.c`, line `1603`, instruction `ldr w8, [sp, #0x10]` at address `0x402a60`.
240-
240+

0 commit comments

Comments
 (0)