diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-01-08 17:18:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-01-08 17:18:29 +0000 |
commit | 45a15d6f78100ca3ba6fbd652951912be4814833 (patch) | |
tree | b1004b35fe577bd19bc0c08e01e5cdb7435039f6 | |
parent | 11c02a10e2ffb85de364eb178f28209885b82231 (diff) | |
download | gdb-45a15d6f78100ca3ba6fbd652951912be4814833.zip gdb-45a15d6f78100ca3ba6fbd652951912be4814833.tar.gz gdb-45a15d6f78100ca3ba6fbd652951912be4814833.tar.bz2 |
* run.c (usage): Fix typos.
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/run.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 37ded33..46a2cc8 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2003-01-08 Kazu Hirata <kazu@cs.umass.edu> + + * run.c (usage): Fix typos. + 2002-11-27 Richard Sandiford <rsandifo@redhat.com> * sim-fpu.c (sim_fpu_inv): Use sim_fpu_div. diff --git a/sim/common/run.c b/sim/common/run.c index ca3194b..4131dd7 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -326,8 +326,8 @@ usage () fprintf (stderr, "-c size Set simulator cache size to `size'.\n"); #endif #ifdef SIM_H8300 - fprintf (stderr, "-h Executable is for h8/300h.\n"); - fprintf (stderr, "-S Executable is for h8/300s.\n"); + fprintf (stderr, "-h Executable is for H8/300H.\n"); + fprintf (stderr, "-S Executable is for H8S.\n"); #endif fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n"); #ifdef SIM_HAVE_ENVIRONMENT |