mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typos in the Objects directory (GH-28766)
This commit is contained in:
parent
db72e58ea5
commit
5f401f1040
11 changed files with 14 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue