1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00

Fix typo found by gdr.

Copied from Perforce
 Change: 189376
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-02-28 20:12:12 +00:00
parent 13eab92d00
commit a509df4c2b

View file

@ -77,7 +77,7 @@ Res PolicyAlloc(Tract *tractReturn, Arena arena, LocusPref pref,
/* Plan C: Extend the arena, then try A and B again. */
if (moreZones != ZoneSetEMPTY) {
res = arena->class->grow(arena, pref, size);
/* If we can't extent because we hit the commit limit, try purging
/* If we can't extend because we hit the commit limit, try purging
some spare committed memory and try again.*/
/* TODO: This would be a good time to *remap* VM instead of
returning it to the OS. */