diff options
author | algonell <algonell@gmail.com> | 2024-09-09 12:58:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 12:58:26 (GMT) |
commit | 9017b95ff2dcff16bcb0b0a609ed2b0daa845943 (patch) | |
tree | b7585aa38d40524cd8a0244f5577e50c0ffaaf07 /configure | |
parent | df4f0cbfad8a1ed0146cabd30d01efd135d4d048 (diff) | |
download | cpython-9017b95ff2dcff16bcb0b0a609ed2b0daa845943.zip cpython-9017b95ff2dcff16bcb0b0a609ed2b0daa845943.tar.gz cpython-9017b95ff2dcff16bcb0b0a609ed2b0daa845943.tar.bz2 |
Fix typos (#123775)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23970,7 +23970,7 @@ else # While Python doesn't currently have full support for these platforms # (see e.g., issue 1762561), we can at least make sure that float <-> string # conversions work. - # FLOAT_WORDS_BIGENDIAN doesnt actually detect this case, but if it's not big + # FLOAT_WORDS_BIGENDIAN doesn't actually detect this case, but if it's not big # or little, then it must be this? printf "%s\n" "#define DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 1" >>confdefs.h |