X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/d1dace004048e3147d27ccc6cf5f33ada1fa40be..HEAD:/math/scaf.c diff --git a/math/scaf.c b/math/scaf.c index cb68ad97..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: --- *