diff options
author | Stan Shebs <shebs@apple.com> | 2001-09-19 23:58:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-09-19 23:58:10 +0000 |
commit | e3aafbad8771a52e23ca48f58c7d2ad35381be31 (patch) | |
tree | f8e80416030f54cd9849970e96b00acdff22f9e2 /gcc/config/rs6000/rs6000.c | |
parent | 3d9339a9ca5de0b96db7c02b23b0b94656b9e1bf (diff) | |
download | gcc-e3aafbad8771a52e23ca48f58c7d2ad35381be31.zip gcc-e3aafbad8771a52e23ca48f58c7d2ad35381be31.tar.gz gcc-e3aafbad8771a52e23ca48f58c7d2ad35381be31.tar.bz2 |
alias.c: Fix typos in comments.
* alias.c: Fix typos in comments.
* sched-rgn.c (init_ready_list): Ditto.
* unwind-dw2.c (uw_frame_state_for): Ditto.
* unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
* unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
* config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
From-SVN: r45698
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 0fc0446..3cbb3aa 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -7986,10 +7986,10 @@ rs6000_adjust_priority (insn, priority) rtx insn ATTRIBUTE_UNUSED; int priority; { - /* On machines (like the 750) which have asymetric integer units, where one + /* On machines (like the 750) which have asymmetric integer units, where one integer unit can do multiply and divides and the other can't, reduce the priority of multiply/divide so it is scheduled before other integer - operationss. */ + operations. */ #if 0 if (! INSN_P (insn)) |