From e85f65dc3662443fa2172bdd45cd97ecb1e1eea6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Aug 2013 21:14:06 +0100 Subject: [PATCH] math/gfreduce.c: Fix misformatting in the commentary. --- math/gfreduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/gfreduce.c b/math/gfreduce.c index 164122d..aed3f22 100644 --- a/math/gfreduce.c +++ b/math/gfreduce.c @@ -50,7 +50,7 @@ DA_DECL(instr_v, gfreduce_instr); * * Suppose we have a polynomial @X@ we're trying to reduce mod @P@. If we * take the topmost nonzero word of @X@, call it @w@, then we can eliminate - * it by subtracting off @w P x^{k}@ for an appropriate value of @k@. The + * it by subtracting off %$w P x^{k}$% for an appropriate value of @k@. The * trick is in observing that if @P@ is sparse we can do this multiplication * and subtraction efficiently, just by XORing appropriate shifts of @w@ into * @X@. -- 2.11.0