From d1dace004048e3147d27ccc6cf5f33ada1fa40be Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 29 Sep 2017 22:11:32 +0100 Subject: [PATCH] math/scaf.c: Fix trivial typo. --- math/scaf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/scaf.c b/math/scaf.c index 2f88a306..cb68ad97 100644 --- a/math/scaf.c +++ b/math/scaf.c @@ -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 -- 2.11.0