* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
authorNick Clifton <nickc@redhat.com>
Tue, 29 Apr 2008 10:41:30 +0000 (10:41 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 29 Apr 2008 10:41:30 +0000 (10:41 +0000)
From-SVN: r134790

gcc/ChangeLog
gcc/doc/tm.texi

index f37574d4521d2f7b94cd32ea1b370f347180ad8a..1c7cba1c5684240f98a9dd31454b6fe6d0f53fc3 100644 (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
index 6ce3b4adbcde62bc7f51cba7aaa1ff296e0503de..3c015602298913f380d77d57ecacea5534426402 100644 (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