diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-28 18:57:30 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-28 18:57:30 +0000 |
commit | cf644706d6d01ee43df3f55f2c548853bd4f2a68 (patch) | |
tree | cf634930e266750da195bda344c06eea265fbfd5 /sim | |
parent | 290ad14a9dd688a94344e1c21e681e2e8d01b0f1 (diff) | |
download | gdb-cf644706d6d01ee43df3f55f2c548853bd4f2a68.zip gdb-cf644706d6d01ee43df3f55f2c548853bd4f2a68.tar.gz gdb-cf644706d6d01ee43df3f55f2c548853bd4f2a68.tar.bz2 |
fix typo
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 0ac2c75..0b6fa44 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -15,7 +15,7 @@ Tue Nov 28 13:38:26 1995 Michael Meissner <meissner@tiktok.cygnus.com> * mon.c (mon_print_info): Ditto. * ppc-instructions (PPC_INSN_* macros, branch handling): Ditto. - * mon.c (mon_print_info): Print instructins/second if verbose > 0, + * mon.c (mon_print_info): Print instructions/second if verbose > 0, rather than > 1. * main.c (main): Set current_model_issue to MODEL_ISSUE_PROCESS if |