#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Objects/longobject.c b/Objects/longobject.c
index fbd18a2..05d44b3 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -2895,7 +2895,7 @@
* of slices, each with a->ob_size digits, and multiply the slices by a,
* one at a time. This gives k_mul balanced inputs to work with, and is
* also cache-friendly (we compute one double-width slice of the result
- * at a time, then move on, never bactracking except for the helpful
+ * at a time, then move on, never backtracking except for the helpful
* single-width slice overlap between successive partial sums).
*/
static PyLongObject *