diff options
| author | Jeff Law <law@gcc.gnu.org> | 2000-08-15 09:32:04 -0600 |
|---|---|---|
| committer | Jeff Law <law@gcc.gnu.org> | 2000-08-15 09:32:04 -0600 |
| commit | 6b72173af812aeebc2ac65b885e537df966863e5 (patch) | |
| tree | 1fbe94a93de1ee6113c47dd427835ced9d987bd7 | |
| parent | 1a67c7d389950a857abc91ccb72b09d615889dbf (diff) | |
| download | gcc-6b72173af812aeebc2ac65b885e537df966863e5.zip gcc-6b72173af812aeebc2ac65b885e537df966863e5.tar.gz gcc-6b72173af812aeebc2ac65b885e537df966863e5.tar.bz2 | |
tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
* tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
One more...
From-SVN: r35720
| -rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 9571c48..bf82bd1 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -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. |
