diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-30 15:36:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-30 15:36:26 +0000 |
commit | 5116a5d2abdb71def512bf9ec6255f3a511d5e41 (patch) | |
tree | 5d9c2509ab43e109caf93d2dee946c2ca4497df4 /gcc/config/v850/v850.md | |
parent | 5dc2e33320cada5471dfa0fa219c302d367b75c1 (diff) | |
download | gcc-5116a5d2abdb71def512bf9ec6255f3a511d5e41.tar.gz |
tree-vect-transform.c, [...]: Fix comment typos.
* tree-vect-transform.c, config/ms1/ms1.md,
config/s390/s390.c, config/v850/v850.md: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/md.texi: Fix typos.
From-SVN: r104817
Diffstat (limited to 'gcc/config/v850/v850.md')
-rw-r--r-- | gcc/config/v850/v850.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index e67dc40b999..9b353063410 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -1309,7 +1309,7 @@ /* Branch to the default label if out of range of the table. */ emit_jump_insn (gen_bgtu (operands[4])); - /* Disabled because the switch pattern is not being recognised + /* Disabled because the switch pattern is not being recognized properly at the moment. eg. compiling vfscanf.c in newlib. */ if (0 && ! TARGET_BIG_SWITCH && TARGET_V850E) { |