tm.texi (function_arg): Fix typo.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 19 May 2003 20:03:42 +0000 (20:03 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 19 May 2003 20:03:42 +0000 (20:03 +0000)
2003-05-19  Aldy Hernandez  <aldyh@redhat.com>

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

From-SVN: r66973

gcc/ChangeLog
gcc/doc/tm.texi

index f1cac2f2be79616af0d6a2fa1f9e9feaa79936c7..e443177781c47f09e25189bee6b5c25caaa1e176 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
+
+        * doc/tm.texi (function_arg): Fix typo.
+
 2003-05-19  Matt Austern  <austern@apple.com>
 
        * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
index 73b2f273ee8c9f0d69c47e06cb9472fb5850175c..70a0d96b782b4c969576ddd0c92eff129b8afa81 100644 (file)
@@ -3591,7 +3591,7 @@ pushed, zero suffices as a definition.
 
 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} 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