From 0394f40751dcea889f850cef2e8d012eb47ba329 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 19 Jun 2015 12:01:01 +0100 Subject: [PATCH] Fix comment (function is named vmarenamap, not vmarenamap). Copied from Perforce Change: 187965 ServerID: perforce.ravenbrook.com --- mps/code/arena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/arena.c b/mps/code/arena.c index 05279ab6bd6..6327b791b59 100644 --- a/mps/code/arena.c +++ b/mps/code/arena.c @@ -142,7 +142,7 @@ Bool ArenaCheck(Arena arena) /* .reserved.check: Would like to check that arena->committed <= * arena->reserved, but that isn't always true in the VM arena. - * Memory is committed early on when VMChunkCreate calls VMArenaMap + * Memory is committed early on when VMChunkCreate calls vmArenaMap * (to provide a place for the chunk struct) but is not recorded as * reserved until ChunkInit calls ArenaChunkInsert. */