From b5a49c0bc8fe2914ed79aae28281bf0d25f152b4 Mon Sep 17 00:00:00 2001
From: Krister Walfridsson <cato@df.lth.se>
Date: Wed, 19 Feb 2003 22:55:22 +0100
Subject: [PATCH] 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
---
 gcc/ChangeLog   | 4 ++++
 gcc/doc/tm.texi | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fb7d4423d160..26807a1c8992 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-19  Krister Walfridsson  <cato@df.lth.se>
+
+	* tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
+
 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* config/h8300/h8300.c (output_logical_op): Optimize or.l when
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index ed00f0733ff7..4fd314bce6d6 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,
-- 
GitLab