+2004-10-12  Tom Tromey  <tromey@redhat.com>
+
+       * doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
+
 2004-10-13  Dale Johannesen  <dalej@apple.com>
 
        * doc/extend.texi (Extended Asm):  Rewrite asm volatile description.
 
 @cindex @code{and}, canonicalization of
 @cindex De Morgan's law
 @item
-De`Morgan's Law is used to move bitwise negation inside a bitwise
+De Morgan's Law is used to move bitwise negation inside a bitwise
 logical-and or logical-or operation.  If this results in only one
 operand being a @code{not} expression, it will be the first one.