math/scaf.c: Fix trivial typo.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 29 Sep 2017 21:11:32 +0000 (22:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 29 Sep 2017 21:11:32 +0000 (22:11 +0100)
math/scaf.c

index 2f88a30..cb68ad9 100644 (file)
@@ -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