* doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
authorTom Tromey <tromey@redhat.com>
Wed, 13 Oct 2004 20:53:43 +0000 (20:53 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 13 Oct 2004 20:53:43 +0000 (20:53 +0000)
From-SVN: r89001

gcc/ChangeLog
gcc/doc/md.texi

index 03b19d6b58ee516909aee1110192b1079a8ae8f7..4b28a8d36d81efdc8a1760e0ecaabedb6baabd95 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 02bc0a6c3b25a7047f34d169c938429ab96dc195..e109dfd9ead1c0b6440cf24bfc2cea764da5ad16 100644 (file)
@@ -4238,7 +4238,7 @@ converted into the appropriate multiplication by a power of two.
 @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.