diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-05 16:05:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 16:05:52 (GMT) |
commit | e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch) | |
tree | a969e02a86240adb40023084777365594bc82c61 /Objects/mimalloc | |
parent | 4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff) | |
download | cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.bz2 |
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Objects/mimalloc')
-rw-r--r-- | Objects/mimalloc/prim/windows/etw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/mimalloc/prim/windows/etw.h b/Objects/mimalloc/prim/windows/etw.h index 4e0a092..e9ec35f 100644 --- a/Objects/mimalloc/prim/windows/etw.h +++ b/Objects/mimalloc/prim/windows/etw.h @@ -136,7 +136,7 @@ extern "C" { // - MCGEN_EVENTSETINFORMATION // - MCGEN_EVENTWRITETRANSFER // -// If the the macro is undefined, the MC implementation will default to the +// If the macro is undefined, the MC implementation will default to the // corresponding ETW APIs. For example, if the MCGEN_EVENTREGISTER macro is // undefined, the EventRegister[MyProviderName] macro will use EventRegister // in user mode and will use EtwRegister in kernel mode. |