From a509df4c2b4e6a7ac83817e13a96da07fed45353 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Sun, 28 Feb 2016 20:12:12 +0000 Subject: [PATCH] Fix typo found by gdr. Copied from Perforce Change: 189376 ServerID: perforce.ravenbrook.com --- mps/code/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/policy.c b/mps/code/policy.c index 502b1cc3583..541a29159f7 100644 --- a/mps/code/policy.c +++ b/mps/code/policy.c @@ -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. */