projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5829997
)
Fix typos.
author
Doug Evans
<dje@google.com>
Tue, 3 Mar 1998 01:54:22 +0000
(
01:54
+0000)
committer
Doug Evans
<dje@google.com>
Tue, 3 Mar 1998 01:54:22 +0000
(
01:54
+0000)
sim/common/sim-memopt.c
patch
|
blob
|
history
diff --git
a/sim/common/sim-memopt.c
b/sim/common/sim-memopt.c
index b21ea197c23fbc41ff953619667695d41d74c636..a8263b140f9d91a8819415d44ff7d21d1af75531 100644
(file)
--- 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;
}