diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-05 00:19:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-05 00:19:47 +0000 |
commit | 61aeb06fe596bd822b665d65a271804efdaf0053 (patch) | |
tree | 72a4729c9e47ef99ff5f4fbc832c1bfa8fa1217f /gcc/doc/tm.texi | |
parent | 802491c002b9a1d71a7da70ae8acdbcda653ebf6 (diff) | |
download | gcc-61aeb06fe596bd822b665d65a271804efdaf0053.zip gcc-61aeb06fe596bd822b665d65a271804efdaf0053.tar.gz gcc-61aeb06fe596bd822b665d65a271804efdaf0053.tar.bz2 |
install.texi: Fix typos.
* doc/install.texi: Fix typos.
* doc/invoke.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r68951
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index df61b0d..9fea987 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -3256,7 +3256,7 @@ If this macro is not defined, it defaults to Define this macro if the target's representation for dwarf registers is different than the internal representation for unwind column. -Given a dwarf register, this macro should return the interal unwind +Given a dwarf register, this macro should return the internal unwind column number to use instead. See the PowerPC's SPE target for an example. |