diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-19 13:02:31 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-19 13:02:31 +0000 |
commit | b2778e49bf37ff1f2e7f859f3929e282d702ac71 (patch) | |
tree | 34a1472a431a4d1dec241c44609ddd83bc1c4e17 /gcc/tm.texi | |
parent | c2aec324066d8e264778996d5e60e842227b6f4a (diff) | |
download | gcc-b2778e49bf37ff1f2e7f859f3929e282d702ac71.tar.gz |
* tm.texi (Misc): Fix typo "teh"...
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21850 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |