Improve comment.
authorDoug Evans <dje@google.com>
Tue, 3 Mar 1998 00:10:34 +0000 (00:10 +0000)
committerDoug Evans <dje@google.com>
Tue, 3 Mar 1998 00:10:34 +0000 (00:10 +0000)
sim/common/sim-base.h

index d5d875e..270667b 100644 (file)
@@ -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;