X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8276a9c565bc29afbc6cc120dfde0801c06c2bbd..HEAD:/math/scaf.c diff --git a/math/scaf.c b/math/scaf.c index 2f88a306..59f9c6ee 100644 --- a/math/scaf.c +++ b/math/scaf.c @@ -205,7 +205,7 @@ void scaf_mul(scaf_dblpiece *z, const scaf_piece *x, const scaf_piece *y, * @const scaf_piece *mu@ = scaled approximation to @1/l@ * @size_t npiece@ = number of pieces in @l@ * @unsigned piecewd@ = nominal width of a piece in bits - * @scaf_piece *scratch@ = @3*npiece + 1@ scratch pieces + * @scaf_piece *scratch@ = @3*npiece@ scratch pieces * * Returns: --- * @@ -230,7 +230,7 @@ void scaf_reduce(scaf_piece *z, const scaf_dblpiece *x, /* This here is the hard part. * - * Let w = PIECEWD, let n = NPIECE, and let B = 2^w. Wwe must have + * Let w = PIECEWD, let n = NPIECE, and let B = 2^w. We must have * B^(n-1) <= l < B^n. * * The argument MU contains pieces of the quantity µ = floor(B^2n/l), which