1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00

Improving commentary: the mutator is suspended, not the arena.

Copied from Perforce
 Change: 190352
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-03-23 17:55:22 +00:00
parent 810e5baba3
commit f2864ea179

View file

@ -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)