summaryrefslogtreecommitdiff
path: root/byterun/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/memory.c')
-rw-r--r--byterun/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/memory.c b/byterun/memory.c
index 2a98ada34a..b0801f130b 100644
--- a/byterun/memory.c
+++ b/byterun/memory.c
@@ -353,7 +353,7 @@ void caml_shrink_heap (char *chunk)
{
char **cp;
- /* Never deallocate the first block, because caml_heap_start is both the
+ /* Never deallocate the first chunk, because caml_heap_start is both the
first block and the base address for page numbers, and we don't
want to shift the page table, it's too messy (see above).
It will never happen anyway, because of the way compaction works.