1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Mps: (comment only) fix typo, and clarify messagetypelimit is not a message type

Copied from Perforce
 Change: 161191
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2006-12-11 15:33:11 +00:00
parent 28ca29500e
commit 17c26e4657

View file

@ -77,7 +77,7 @@ typedef PoolClass AbstractSegBufPoolClass; /* <code/poolabs.c> */
typedef PoolClass AbstractScanPoolClass; /* <code/poolabs.c> */
typedef PoolClass AbstractCollectPoolClass; /* <code/poolabs.c> */
typedef struct TraceStartMessageStruct
*TraceStartMessage; /* <design/mesage-gc> */
*TraceStartMessage; /* <design/message-gc> */
typedef struct TraceStruct *Trace; /* <design/trace/> */
typedef struct ScanStateStruct *ScanState; /* <design/trace/> */
typedef struct ChainStruct *Chain; /* <design/trace/> */
@ -424,7 +424,7 @@ enum {
MessageTypeFINALIZATION,
MessageTypeGC,
MessageTypeGCSTART,
MessageTypeLIMIT
MessageTypeLIMIT /* not a message type, the limit of the enum. */
};