summaryrefslogtreecommitdiff
path: root/gcc/tm.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-15 15:32:04 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-15 15:32:04 +0000
commitf683a26be078a434847a4f3d6e5090825e32b0b0 (patch)
tree1fbe94a93de1ee6113c47dd427835ced9d987bd7 /gcc/tm.texi
parentc239e8c5e44528f65deb6eb2a8fd5e7efe1804f0 (diff)
downloadgcc-f683a26be078a434847a4f3d6e5090825e32b0b0.tar.gz
* tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
One more... git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35720 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r--gcc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index 9571c480de8..bf82bd167ce 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.