aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-29 10:41:30 +0000
committerNick Clifton <nickc@gcc.gnu.org>2008-04-29 10:41:30 +0000
commit4830ba1f073c38026c12095b5f9e58a99281e7f0 (patch)
tree479a53bc7ac732f4493400f82ea944e848badea9 /gcc/doc
parent58627576a491184e918c0e1d49966ad316b1ecd8 (diff)
downloadgcc-4830ba1f073c38026c12095b5f9e58a99281e7f0.zip
gcc-4830ba1f073c38026c12095b5f9e58a99281e7f0.tar.gz
gcc-4830ba1f073c38026c12095b5f9e58a99281e7f0.tar.bz2
* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
From-SVN: r134790
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 6ce3b4a..3c01560 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -3171,7 +3171,7 @@ frame, or the frame pointer of the @var{count} @minus{} 1 frame if
@code{RETURN_ADDR_IN_PREVIOUS_FRAME} is defined.
The value of the expression must always be the correct address when
-@var{count} is zero, but may be @code{NULL_RTX} if there is not way to
+@var{count} is zero, but may be @code{NULL_RTX} if there is no way to
determine the return address of other frames.
@end defmac