tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
authorJeff Law <law@gcc.gnu.org>
Tue, 15 Aug 2000 15:32:04 +0000 (09:32 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 15 Aug 2000 15:32:04 +0000 (09:32 -0600)
        * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.

One more...

From-SVN: r35720

gcc/tm.texi

index 9571c480de841902f048725a48a10f38271a8c1e..bf82bd167ce1f06fa0a81710a0c47c392fdac7ba 100644 (file)
@@ -2906,7 +2906,7 @@ serves both purposes.@refill
 @findex FUNCTION_ARG_PARTIAL_NREGS
 @item FUNCTION_ARG_PARTIAL_NREGS (@var{cum}, @var{mode}, @var{type}, @var{named})
 A C expression for the number of words, at the beginning of an
-argument, must be put in registers.  The value must be zero for
+argument, that must be put in registers.  The value must be zero for
 arguments that are passed entirely in registers or that are entirely
 pushed on the stack.