From 7235df26a76b1b022dec1969ec60bcdffcb86a02 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 21 Dec 2001 00:47:18 +0000 Subject: [PATCH] * run.c (usage): Fix a typo. --- sim/common/ChangeLog | 4 ++++ sim/common/run.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 0b941770dc..7dd6fb05ab 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Kazu Hirata + + * run.c (usage): Fix a typo. + 2001-07-05 Ben Elliston * Make-common.in (srccgen): Remove. diff --git a/sim/common/run.c b/sim/common/run.c index 66f76f5114..c34d5e6a12 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -318,7 +318,7 @@ usage () fprintf (stderr, "-c size Set simulator cache size to `size'.\n"); #endif #ifdef SIM_H8300 - fprintf (stderr, "-h Executable is for h8/300h or h8/300s.\n"); + fprintf (stderr, "-h Executable is for H8/300H or H8/S.\n"); #endif fprintf (stderr, "-m size Set memory size of simulator, in bytes.\n"); #ifdef SIM_HAVE_ENVIRONMENT -- 2.11.0