* run.c (usage): Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 8 Jan 2003 17:18:29 +0000 (17:18 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 8 Jan 2003 17:18:29 +0000 (17:18 +0000)
sim/common/ChangeLog
sim/common/run.c

index 37ded334d89990610f65e4b7db479e5f1b0fee8e..46a2cc8181fcc115f823cce4bda45298f30a2255 100644 (file)
@@ -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.
index ca3194b5277a6c17572811e373b30d05811a199d..4131dd79bbb432a83e7d41de4fa74458f485e1dd 100644 (file)
@@ -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