diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fd1ab75cc4..9560f112cfb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-10 Paulo J. Matos + + * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo. + * doc/tm.texi: Regenerate. + 2011-08-10 Georg-Johann Lay PR target/29560 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 74a232412d1..d383ecaa6b2 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -2851,7 +2851,7 @@ A target hook returns the maximum number of consecutive registers of class @var{rclass} needed to hold a value of mode @var{mode}. This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact, -the value returned by @code{TERGET_CLASS_MAX_NREGS (@var{rclass}, +the value returned by @code{TARGET_CLASS_MAX_NREGS (@var{rclass}, @var{mode})} target hook should be the maximum value of @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} values in the class @var{rclass}. diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index f63fe4a0c2b..9d10844d787 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -2837,7 +2837,7 @@ A target hook returns the maximum number of consecutive registers of class @var{rclass} needed to hold a value of mode @var{mode}. This is closely related to the macro @code{HARD_REGNO_NREGS}. In fact, -the value returned by @code{TERGET_CLASS_MAX_NREGS (@var{rclass}, +the value returned by @code{TARGET_CLASS_MAX_NREGS (@var{rclass}, @var{mode})} target hook should be the maximum value of @code{HARD_REGNO_NREGS (@var{regno}, @var{mode})} for all @var{regno} values in the class @var{rclass}.