X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/fac7ff6e6061b1eb0e699756e3d08859f71884e8..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