This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]