Mercurial > emacs
diff src/gmalloc.c @ 95236:6e2a8cad250c
Spelling fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 23 May 2008 04:39:57 +0000 |
| parents | b7a5a89054dc |
| children | 876b289a899e |
line wrap: on
line diff
--- a/src/gmalloc.c Fri May 23 04:39:23 2008 +0000 +++ b/src/gmalloc.c Fri May 23 04:39:57 2008 +0000 @@ -911,7 +911,7 @@ 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)))
