From: Kazu Hirata Date: Wed, 8 Jan 2003 17:18:29 +0000 (+0000) Subject: * run.c (usage): Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45a15d6f78100ca3ba6fbd652951912be4814833;p=binutils-gdb.git * run.c (usage): Fix typos. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 37ded334d89..46a2cc8181f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2003-01-08 Kazu Hirata + + * run.c (usage): Fix typos. + 2002-11-27 Richard Sandiford * sim-fpu.c (sim_fpu_inv): Use sim_fpu_div. diff --git a/sim/common/run.c b/sim/common/run.c index ca3194b5277..4131dd79bbb 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