OSDN Git Service

* doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2004 20:53:43 +0000 (20:53 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2004 20:53:43 +0000 (20:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89001 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/md.texi

index 03b19d6..4b28a8d 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 02bc0a6..e109dfd 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.