diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-20 21:38:51 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-20 21:38:51 (GMT) |
commit | 50b0a365ba8ea87e0a7155f7fd92de0c7dc2f941 (patch) | |
tree | 6850e97b2b2fe4c4faac098c8abeab5b0b89f107 /Modules/_decimal | |
parent | 22385011ed32d528d2d736e60f28d890f17ee122 (diff) | |
download | cpython-50b0a365ba8ea87e0a7155f7fd92de0c7dc2f941.zip cpython-50b0a365ba8ea87e0a7155f7fd92de0c7dc2f941.tar.gz cpython-50b0a365ba8ea87e0a7155f7fd92de0c7dc2f941.tar.bz2 |
Fix comment.
Diffstat (limited to 'Modules/_decimal')
-rw-r--r-- | Modules/_decimal/libmpdec/mpdecimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c index 09a51fc..8f0c97b 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: * ------------ |