From c19b578653bbf6b7ae1994fd764fed369267e3f7 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 30 May 2014 10:58:10 +0100 Subject: [PATCH] Fix typo. Copied from Perforce Change: 186362 ServerID: perforce.ravenbrook.com --- mps/code/locus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/locus.c b/mps/code/locus.c index e6ba0af02d9..5b98d768e1b 100644 --- a/mps/code/locus.c +++ b/mps/code/locus.c @@ -627,7 +627,7 @@ void PoolGenSegMerge(PoolGen pgen) /* PoolGenFree -- free a segment and update accounting * - * Call this when all the memory is the segment is accounted as free. + * Call this when all the memory in the segment is accounted as free. * (If not, call PoolGenAge and then PoolGenReclaim first.) * * See