From 391aaa6b7e19f4a0fcf081e8a4450862b2d01f92 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 19 Aug 1998 15:02:31 +0200 Subject: [PATCH] * tm.texi (Misc): Fix typo "teh"... From-SVN: r21850 --- gcc/ChangeLog | 2 ++ gcc/tm.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6603d4a3bae..90a855d1fca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Wed Aug 19 13:51:35 1998 Hans-Peter Nilsson + * tm.texi (Misc): Fix typo "teh". + * tm.texi (PIC): Fix typo "PPIC". * tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no diff --git a/gcc/tm.texi b/gcc/tm.texi index 27fe4b06715..1ec7537698e 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -7031,7 +7031,7 @@ when the minimum and maximum offset are known. If you define this, it enables extra code in branch shortening to deal with @code{addr_diff_vec}. To make this work, you also have to define INSN_ALIGN and make the alignment for @code{addr_diff_vec} explicit. -The @var{body} argument is provided so that teh offset_unsigned and scale +The @var{body} argument is provided so that the offset_unsigned and scale flags can be updated. @findex CASE_VECTOR_PC_RELATIVE -- 2.30.2