1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

Fix comment (function is named vmarenamap, not vmarenamap).

Copied from Perforce
 Change: 187965
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-06-19 12:01:01 +01:00
parent 2a3345ed86
commit 0394f40751

View file

@ -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.
*/