summaryrefslogtreecommitdiffstats
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 88336d6b9..6349887c3 100644
--- a/byterun/memory.c
+++ b/byterun/memory.c
@@ -206,7 +206,7 @@ void shrink_heap (char *chunk)
page_table [i] = Not_in_heap;
}
- /* Free the [malloc]ed block that contains [chunk]. */
+ /* Free the [malloc] block that contains [chunk]. */
free (Chunk_block (chunk));
}