diff -r fd69e2f2cb72 Objects/longobject.c --- a/Objects/longobject.c Mon Mar 14 18:58:41 2011 +0200 +++ b/Objects/longobject.c Mon Mar 14 23:54:12 2011 +0100 @@ -3120,7 +3120,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 *