Fix typos in the Objects directory (GH-28766)

This commit is contained in:
Christian Clauss 2021-10-07 01:57:10 +02:00 committed by GitHub
parent db72e58ea5
commit 5f401f1040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View file

@ -2350,7 +2350,7 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
flo = 0;
++fhi;
if (fhi >> 28) {
/* And it also progagated out of the next 28 bits. */
/* And it also propagated out of the next 28 bits. */
fhi = 0;
++e;
if (e >= 2047)