math/gfreduce.c: Fix misformatting in the commentary.
[u/mdw/catacomb] / 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
- * 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@.