* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.

From-SVN: r134790
This commit is contained in:
Nick Clifton 2008-04-29 10:41:30 +00:00 committed by Nick Clifton
parent 58627576a4
commit 4830ba1f07
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-29 Nick Clifton <nickc@redhat.com>
* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
2008-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/35169

View File

@ -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