aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2004-10-13 20:53:43 +0000
committerTom Tromey <tromey@gcc.gnu.org>2004-10-13 20:53:43 +0000
commit090359d60eed4186d0d01d3112db072be3dd1f24 (patch)
tree882c2f5be11a064cffb09e5f88d58fd4743fa606 /gcc
parent2f59e40ed6df2304eeab78f179ab772cb20d8528 (diff)
downloadgcc-090359d60eed4186d0d01d3112db072be3dd1f24.zip
gcc-090359d60eed4186d0d01d3112db072be3dd1f24.tar.gz
gcc-090359d60eed4186d0d01d3112db072be3dd1f24.tar.bz2
* doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
From-SVN: r89001
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 03b19d6..4b28a8d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 02bc0a6..e109dfd 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -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.