aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-memopt.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-03 01:54:22 +0000
committerDoug Evans <dje@google.com>1998-03-03 01:54:22 +0000
commitaca1adeee52c61443a00d286f4a15ac77ca59533 (patch)
tree30d97c67ac9c95d23acbcf85bdc742622a131226 /sim/common/sim-memopt.c
parent582999774eb534c138ed0c9fd27c3cb9c7592da6 (diff)
downloadgdb-aca1adeee52c61443a00d286f4a15ac77ca59533.zip
gdb-aca1adeee52c61443a00d286f4a15ac77ca59533.tar.gz
gdb-aca1adeee52c61443a00d286f4a15ac77ca59533.tar.bz2
Fix typos.
Diffstat (limited to 'sim/common/sim-memopt.c')
-rw-r--r--sim/common/sim-memopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c
index b21ea19..a8263b1 100644
--- a/sim/common/sim-memopt.c
+++ b/sim/common/sim-memopt.c
@@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <stdlib.h>
#endif
-/* "core" command line options. */
+/* Memory command line options. */
enum {
OPTION_MEMORY_DELETE = OPTION_START,
@@ -342,7 +342,7 @@ memory_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt,
}
default:
- sim_io_eprintf (sd, "Unknown watch option %d\n", opt);
+ sim_io_eprintf (sd, "Unknown memory option %d\n", opt);
return SIM_RC_FAIL;
}