Skip to content

Commit 4ad01d6

Browse files
committed
Fix comment
1 parent cfc9b62 commit 4ad01d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_testinternalcapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static const uintptr_t min_frame_pointer_addr = 0x1000;
9393
# define FRAME_POINTER_RETURN_OFFSET \
9494
(S390X_FRAME_RETURN_ADDRESS_OFFSET / (Py_ssize_t)sizeof(uintptr_t))
9595
#elif defined(__powerpc64__) || defined(__ppc64__)
96-
// ppc64le Condition Register between the two fields, see
96+
// ppc64le puts the Condition Register between the two fields, see
9797
// https://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi-1.9.html#STACK
9898
# define FRAME_POINTER_NEXT_OFFSET 0
9999
# define FRAME_POINTER_RETURN_OFFSET 2

0 commit comments

Comments
 (0)