aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-03 00:10:34 +0000
committerDoug Evans <dje@google.com>1998-03-03 00:10:34 +0000
commitb9bcce6732a763c6d5cedfc0583ac33ae7d6583d (patch)
tree79945db71a6d8baffb912b72ac2124abaaa5bfdb /sim
parentf62dff78f9ef063c09f07522ae669b942ccf0643 (diff)
downloadgdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.zip
gdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.tar.gz
gdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.tar.bz2
Improve comment.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/sim-base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h
index d5d875e..270667b 100644
--- a/sim/common/sim-base.h
+++ b/sim/common/sim-base.h
@@ -202,7 +202,7 @@ typedef struct {
#define STATE_CORE(sd) (&(sd)->base.core)
sim_core core;
- /* memory-options for managing the core */
+ /* Record of memory sections added via the memory-options interface. */
#define STATE_MEMOPT(sd) ((sd)->base.memopt)
sim_memopt *memopt;