This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] sim/common/run.c: Fix typos in usage.


Hi,

Attached is a patch to fix typos.  Committed as obvious.

Kazu Hirata

2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>

	* run.c (usage): Fix typos.

Index: run.c
===================================================================
RCS file: /cvs/src/src/sim/common/run.c,v
retrieving revision 1.12
diff -u -r1.12 run.c
--- run.c	14 Nov 2002 02:54:14 -0000	1.12
+++ run.c	8 Jan 2003 17:16:12 -0000
@@ -326,8 +326,8 @@
   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]