From: Stefan Krah Date: Wed, 20 Jun 2012 21:38:51 +0000 (+0200) Subject: Fix comment. X-Git-Tag: v3.3.0b1~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b0a365ba8ea87e0a7155f7fd92de0c7dc2f941;p=thirdparty%2FPython%2Fcpython.git Fix comment. --- diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c index 09a51fc9b28f..8f0c97be3e2f 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.c +++ b/Modules/_decimal/libmpdec/mpdecimal.c @@ -7080,7 +7080,7 @@ _mpd_qreciprocal(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, * q, r = divmod(coeff(a), coeff(b)) * * Strategy: Multiply the dividend by the reciprocal of the divisor. The - * inexact result is fixed by a small loop, using at most 2 iterations. + * inexact result is fixed by a small loop, using at most one iteration. * * ACL2 proofs: * ------------