From b9bcce6732a763c6d5cedfc0583ac33ae7d6583d Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 3 Mar 1998 00:10:34 +0000 Subject: [PATCH] Improve comment. --- sim/common/sim-base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index d5d875e01bb..270667b30ae 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; -- 2.30.2