From: Nick Clifton Date: Tue, 29 Apr 2008 10:41:30 +0000 (+0000) Subject: * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4830ba1f073c38026c12095b5f9e58a99281e7f0;p=gcc.git * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. From-SVN: r134790 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f37574d4521..1c7cba1c568 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-29 Nick Clifton + + * doc/tm.texi (RETURN_ADDR_RTX): Fix typo. + 2008-04-28 Ralf Wildenhues PR bootstrap/35169 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6ce3b4adbcd..3c015602298 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