diff options
author | Doug Evans <dje@google.com> | 1998-03-03 00:10:34 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-03-03 00:10:34 +0000 |
commit | b9bcce6732a763c6d5cedfc0583ac33ae7d6583d (patch) | |
tree | 79945db71a6d8baffb912b72ac2124abaaa5bfdb /sim | |
parent | f62dff78f9ef063c09f07522ae669b942ccf0643 (diff) | |
download | gdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.zip gdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.tar.gz gdb-b9bcce6732a763c6d5cedfc0583ac33ae7d6583d.tar.bz2 |
Improve comment.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/sim-base.h | 2 |
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; |