aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRask Ingemann Lambertsen <rask@sygehus.dk>2007-12-17 19:38:09 +0100
committerRask Ingemann Lambertsen <rask@gcc.gnu.org>2007-12-17 18:38:09 +0000
commit9bdf23b29263533056ef27fcb4957f6a18405aec (patch)
tree41e8d5f074c86ce0814f7802e3ab3b6c8c667a80 /gcc
parentd42a3bace33aa5d49c78e7db989db863f66a1046 (diff)
downloadgcc-9bdf23b29263533056ef27fcb4957f6a18405aec.zip
gcc-9bdf23b29263533056ef27fcb4957f6a18405aec.tar.gz
gcc-9bdf23b29263533056ef27fcb4957f6a18405aec.tar.bz2
* doc/tm.texi (TARGET_SECONDARY_RELOAD): Fix typos.
From-SVN: r131011
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tm.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1cc7ca2..39aab7b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Rask Ingemann Lambertsen <rask@sygehus.dk>
+
+ * doc/tm.texi (TARGET_SECONDARY_RELOAD): Fix typos.
+
2007-12-17 Jakub Jelinek <jakub@redhat.com>
PR c/34506
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index e1475bf..0bf0b34 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -2614,9 +2614,9 @@ of the scratch register(s).
In some cases, both an intermediate and a scratch register are required.
For input reloads, this target hook is called with nonzero @var{in_p},
-and @var{x} is an rtx that needs to be copied to a register in of class
+and @var{x} is an rtx that needs to be copied to a register of class
@var{reload_class} in @var{reload_mode}. For output reloads, this target
-hook is called with zero @var{in_p}, and a register of class @var{reload_mode}
+hook is called with zero @var{in_p}, and a register of class @var{reload_class}
needs to be copied to rtx @var{x} in @var{reload_mode}.
If copying a register of @var{reload_class} from/to @var{x} requires