From 3a7d7370eabc55fa0deb378ffc24128f252de4d6 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Tue, 12 Dec 2006 10:06:27 +0000 Subject: [PATCH] Mps mpmtypes.h (comment only) messagetypegcstart matches mps_message_type_gc_start Copied from Perforce Change: 161205 ServerID: perforce.ravenbrook.com --- mps/code/mpmtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h index 6f5dc1b4924..f7da1f58d7c 100644 --- a/mps/code/mpmtypes.h +++ b/mps/code/mpmtypes.h @@ -427,7 +427,7 @@ enum { enum { MessageTypeFINALIZATION, /* MPS_MESSAGE_TYPE_FINALIZATION */ MessageTypeGC, /* MPS_MESSAGE_TYPE_GC */ - MessageTypeGCSTART, + MessageTypeGCSTART, /* MPS_MESSAGE_TYPE_GC_START */ MessageTypeLIMIT /* not a message type, the limit of the enum. */ };