Commit f5dfe557 authored by Robert Ransom's avatar Robert Ransom
Browse files

Remove false statement from comment

parent 6c6251ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -317,8 +317,7 @@ static void freduce_coefficients(limb *output) {

/* A helpful wrapper around fproduct: output = in * in2.
 *
 * output must be distinct to both inputs. The output is reduced degree and
 * reduced coefficient.
 * The output is reduced degree and reduced coefficient.
 */
static void
fmul(limb *output, const limb *in, const limb *in2) {