diff options
author | Krister Walfridsson <cato@df.lth.se> | 2003-02-19 22:55:22 +0100 |
---|---|---|
committer | Krister Walfridsson <kristerw@gcc.gnu.org> | 2003-02-19 21:55:22 +0000 |
commit | b5a49c0bc8fe2914ed79aae28281bf0d25f152b4 (patch) | |
tree | 807cf933b89cd8855f815eb9604c12ab66716836 /gcc/doc/tm.texi | |
parent | 472f272337752547c77fc9607f627edb08afcd61 (diff) | |
download | gcc-b5a49c0bc8fe2914ed79aae28281bf0d25f152b4.zip gcc-b5a49c0bc8fe2914ed79aae28281bf0d25f152b4.tar.gz gcc-b5a49c0bc8fe2914ed79aae28281bf0d25f152b4.tar.bz2 |
tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
2003-02-19 Krister Walfridsson <cato@df.lth.se>
* tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
From-SVN: r63132
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index ed00f07..4fd314b 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3671,7 +3671,7 @@ has type @code{CUMULATIVE_ARGS}. The value of @var{fntype} is the tree node for the data type of the function which will receive the args, or 0 if the args are to a compiler support library function. For direct calls that are not libcalls, @var{fndecl} contain the declaration node of the function. -@var{fndecl} is also set when code{INIT_CUMULATIVE_ARGS} is used to find +@var{fndecl} is also set when @code{INIT_CUMULATIVE_ARGS} is used to find arguments for the function being compiled. When processing a call to a compiler support library function, |