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:
parent
13eab92d00
commit
a509df4c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue