math/gfreduce.c: Fix misformatting in the commentary.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 20:14:06 +0000 (21:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 20:14:06 +0000 (21:14 +0100)
math/gfreduce.c

index 164122d..aed3f22 100644 (file)
@@ -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
  *
  * 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@.
  * 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@.