X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ffe832ea680b4820f5ff399191f7f2d41350ee2e..da39107c7b70daf7dc0a160936bdb565bbc36918:/src/gmalloc.c diff --git a/src/gmalloc.c b/src/gmalloc.c index bd8fe344cb..1cf9a8ee9b 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -911,7 +911,7 @@ _malloc_internal_nolock (size) final free block; if so we don't need to get as much. */ if (_heaplimit != 0 && block + lastblocks == _heaplimit && /* We can't do this if we will have to make the heap info - table bigger to accomodate the new space. */ + table bigger to accommodate the new space. */ block + wantblocks <= heapsize && get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE, ADDRESS (block + lastblocks)))