Skip to content

Commit 0d505b1

Browse files
JoeyPearson822kulikjak
authored andcommitted
Fix a grammatical error in pycore_pymem.h (python#112993)
1 parent 5c48ab7 commit 0d505b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_pymem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extern int _PyMem_SetDefaultAllocator(
6464
- PYMEM_FORBIDDENBYTE: untouchable bytes at each end of a block
6565
6666
Byte patterns 0xCB, 0xDB and 0xFB have been replaced with 0xCD, 0xDD and
67-
0xFD to use the same values than Windows CRT debug malloc() and free().
67+
0xFD to use the same values as Windows CRT debug malloc() and free().
6868
If modified, _PyMem_IsPtrFreed() should be updated as well. */
6969
#define PYMEM_CLEANBYTE 0xCD
7070
#define PYMEM_DEADBYTE 0xDD

0 commit comments

Comments
 (0)