From 5b4ef0b17a4f93a2f6d7ecae4efa91170f46ee29 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 16 Nov 2004 23:33:58 +0000 Subject: [PATCH] * doc/tm.texi: Fix typos. From-SVN: r90772 --- gcc/ChangeLog | 2 ++ gcc/doc/tm.texi | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da8619d6bb0..97f06f18d3c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ * expmed.c, ra-colorize.c: Fix comment typos. + * doc/tm.texi: Fix typos. + 2004-11-16 Daniel Jacobowitz Mark Mitchell diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 5f745bf231f..a87256a4822 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1123,7 +1123,7 @@ This target hook should return @code{true} if the promotion described by functions. If this target hook returns @code{true}, @code{FUNCTION_VALUE} must -perform the same promotions done by @code{PROMOTE_FUNCTON_MODE}. +perform the same promotions done by @code{PROMOTE_FUNCTION_MODE}. @end deftypefn @defmac PARM_BOUNDARY @@ -4624,7 +4624,7 @@ This hook controls how the @var{named} argument to @code{FUNCTION_ARG} is set for varargs and stdarg functions. If this hook returns @code{true}, the @var{named} argument is always true for named arguments, and false for unnamed arguments. If it returns @code{false}, -but @code{TARGET_PRETEND_OUTOGOING_VARARGS_NAMED} returns @code{true}, +but @code{TARGET_PRETEND_OUTGOING_VARARGS_NAMED} returns @code{true}, then all arguments are treated as named. Otherwise, all named arguments except the last are treated as named. -- 2.30.2