diff options
Diffstat (limited to 'mpn/generic/tdiv_qr.c')
-rw-r--r-- | mpn/generic/tdiv_qr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/generic/tdiv_qr.c b/mpn/generic/tdiv_qr.c index 94e3c0bc4..59d04c424 100644 --- a/mpn/generic/tdiv_qr.c +++ b/mpn/generic/tdiv_qr.c @@ -1,7 +1,7 @@ /* mpn_tdiv_qr -- Divide the numerator (np,nn) by the denominator (dp,dn) and write the nn-dn+1 quotient limbs at qp and the dn remainder limbs at rp. If qxn is non-zero, generate that many fraction limbs and append them after the - other quotient limbs, and update the remainder accordningly. The input + other quotient limbs, and update the remainder accordingly. The input operands are unaffected. Preconditions: |