aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-04-13 11:18:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-04-13 11:18:36 +0000
commit62b9c42c443c31cd6b3480e8a7216777f9291447 (patch)
treee5b04e592b41ae1b9c9cad9bc36acb7cfa8ea088 /gcc/doc/tm.texi
parent26af0e5d071455ed468c4ac41df3b79e80eae1d7 (diff)
downloadgcc-62b9c42c443c31cd6b3480e8a7216777f9291447.zip
gcc-62b9c42c443c31cd6b3480e8a7216777f9291447.tar.gz
gcc-62b9c42c443c31cd6b3480e8a7216777f9291447.tar.bz2
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos. * doc/tm.texi: Likewise. From-SVN: r65544
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 9ff8040..f9da5e2 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -5738,7 +5738,7 @@ considered for the multipass insn scheduling. If the hook returns
zero for insn passed as the parameter, the insn will be not chosen to
be issued.
-The default is that any ready insns can be choosen to be issued.
+The default is that any ready insns can be chosen to be issued.
@end deftypefn
@deftypefn {Target Hook} int TARGET_SCHED_DFA_NEW_CYCLE (FILE *, int, rtx, int, int, int *)