From: Doug Evans Date: Tue, 3 Mar 1998 00:10:34 +0000 (+0000) Subject: Improve comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9bcce6732a763c6d5cedfc0583ac33ae7d6583d;p=binutils-gdb.git Improve comment. --- 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;