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:
parent
2a3345ed86
commit
0394f40751
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue