From aca1adeee52c61443a00d286f4a15ac77ca59533 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 3 Mar 1998 01:54:22 +0000 Subject: [PATCH] Fix typos. --- sim/common/sim-memopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index b21ea197c2..a8263b140f 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 #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; }