summaryrefslogtreecommitdiffstats
path: root/Objects/floatobject.c
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 14:31:33 (GMT)
committerGitHub <noreply@github.com>2021-10-07 14:31:33 (GMT)
commitdcfbe4f72d927a3f63a9df9e7add061c71fce547 (patch)
treee11ffce674706f4eb264051ea8d7e44f3821d6a6 /Objects/floatobject.c
parentf6798391b5d61bb514ec285308a2ccd16b7188dc (diff)
downloadcpython-dcfbe4f72d927a3f63a9df9e7add061c71fce547.zip
cpython-dcfbe4f72d927a3f63a9df9e7add061c71fce547.tar.gz
cpython-dcfbe4f72d927a3f63a9df9e7add061c71fce547.tar.bz2
[3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
(cherry picked from commit 5f401f10400123afa9171548c432ea3fc37c0736) Automerge-Triggered-By: GH:JulienPalard
Diffstat (limited to 'Objects/floatobject.c')
-rw-r--r--Objects/floatobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c
index 92faa7c..e4ce7e7 100644
--- a/Objects/floatobject.c
+++ b/Objects/floatobject.c
@@ -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)