Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 444f124

Browse files
committed
_tracemalloc.c: Fix typo
1 parent 376658f commit 444f124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_tracemalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static PyThread_type_lock tables_lock;
6060
/* Pack the frame_t structure to reduce the memory footprint on 64-bit
6161
architectures: 12 bytes instead of 16. This optimization might produce
6262
SIGBUS on architectures not supporting unaligned memory accesses (64-bit
63-
IPS CPU?): on such architecture, the structure must not be packed. */
63+
MIPS CPU?): on such architecture, the structure must not be packed. */
6464
typedef struct
6565
#ifdef __GNUC__
6666
__attribute__((packed))

0 commit comments

Comments
 (0)