From f2864ea1798293e4fa6f33d1428a74abb762607e Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 23 Mar 2016 17:55:22 +0000 Subject: [PATCH] Improving commentary: the mutator is suspended, not the arena. Copied from Perforce Change: 190352 ServerID: perforce.ravenbrook.com --- mps/code/shield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/shield.c b/mps/code/shield.c index d27c2611288..71ee4ec0950 100644 --- a/mps/code/shield.c +++ b/mps/code/shield.c @@ -442,7 +442,7 @@ static void shieldFlushEntries(Shield shield) /* shieldQueue -- consider adding a segment to the queue * * If the segment is out of sync, either sync it, or ensure it is - * queued and the arena is suspended. + * queued and the mutator is suspended. */ static void shieldQueue(Arena arena, Seg seg)