]> granicus.if.org Git - python/commitdiff
Fix comment.
authorStefan Krah <skrah@bytereef.org>
Wed, 20 Jun 2012 21:38:51 +0000 (23:38 +0200)
committerStefan Krah <skrah@bytereef.org>
Wed, 20 Jun 2012 21:38:51 +0000 (23:38 +0200)
Modules/_decimal/libmpdec/mpdecimal.c

index 09a51fc9b28ff7a7f394dac20702446de3e56baf..8f0c97be3e2f52ab91f8cd3e799b39ebf87ceefb 100644 (file)
@@ -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:
  * ------------