This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix typo in tm.texi
- From: Nick Clifton <nickc at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Apr 2008 11:40:57 +0100
- Subject: Fix typo in tm.texi
Hi Guys,
I am checking in this obvious fix for a typo in tm.texi.
Cheers
Nick
gcc/ChangeLog
2008-04-29 Nick Clifton <nickc@redhat.com>
* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
Index: gcc/doc/tm.texi
===================================================================
--- gcc/doc/tm.texi (revision 134783)
+++ gcc/doc/tm.texi (working copy)
@@ -3171,7 +3171,7 @@
@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