From cc4a96c68033373445cc62eacec68dfd67900105 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 May 2008 04:41:33 +0000 Subject: Spelling fix. --- src/gmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmalloc.c') diff --git a/src/gmalloc.c b/src/gmalloc.c index bd8fe344cbd..1cf9a8ee9b5 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))) -- cgit v1.2.1