]> code.delx.au - gnu-emacs/blobdiff - src/gmalloc.c
(set_window_buffer): Always preserve current-buffer.
[gnu-emacs] / src / gmalloc.c
index bd8fe344cbd6c70190bc59488fb8da2612bad604..1cf9a8ee9b5d91a96af6949d60b454fe6eeb7797 100644 (file)
@@ -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)))