patch: fix typo in docs

Aldy Hernandez aldyh@redhat.com
Mon May 19 19:59:00 GMT 2003


"of the of the..."

Applied to mainline as obvious.

2003-05-19  Aldy Hernandez  <aldyh@redhat.com>

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

Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.218
diff -c -p -r1.218 tm.texi
*** doc/tm.texi 14 May 2003 07:29:54 -0000      1.218
--- doc/tm.texi 19 May 2003 19:56:17 -0000
*************** pushed, zero suffices as a definition.
*** 3613,3619 ****

   The value of the expression can also be a @code{parallel} RTX@.  This 
is
   used when an argument is passed in multiple locations.  The mode of 
the
! of the @code{parallel} should be the mode of the entire argument.  The
   @code{parallel} holds any number of @code{expr_list} pairs; each one
   describes where part of the argument is passed.  In each
   @code{expr_list} the first operand must be a @code{reg} RTX for the 
hard
--- 3613,3619 ----

   The value of the expression can also be a @code{parallel} RTX@.  This 
is
   used when an argument is passed in multiple locations.  The mode of 
the
! @code{parallel} should be the mode of the entire argument.  The
   @code{parallel} holds any number of @code{expr_list} pairs; each one
   describes where part of the argument is passed.  In each



More information about the Gcc-patches mailing list