aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-12-21 00:47:18 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-12-21 00:47:18 +0000
commit280b26c033f446ec63216f7f697131b318a34ecc (patch)
tree384abb9fbb6b8c5ce3b8d64335f33f1a1d1ac01d /sim
parentafabe08cae56909442350a37f5e310134d5ecb3e (diff)
downloadfsf-binutils-gdb-280b26c033f446ec63216f7f697131b318a34ecc.zip
fsf-binutils-gdb-280b26c033f446ec63216f7f697131b318a34ecc.tar.gz
fsf-binutils-gdb-280b26c033f446ec63216f7f697131b318a34ecc.tar.bz2
* run.c (usage): Fix a typo.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/run.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 0b94177..7dd6fb0 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-20 Kazu Hirata <kazu@hxi.com>
+
+ * run.c (usage): Fix a typo.
+
2001-07-05 Ben Elliston <bje@redhat.com>
* Make-common.in (srccgen): Remove.
diff --git a/sim/common/run.c b/sim/common/run.c
index 66f76f5..c34d5e6 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