summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-23 04:41:33 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-23 04:41:33 +0000
commitcc4a96c68033373445cc62eacec68dfd67900105 (patch)
tree9d5444485fd2c1c5bb1194ce1f63d8675efcf722 /src/gmalloc.c
parent5cb66178eb202074c24804172e9f0c2c41a8d70e (diff)
downloademacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz
Spelling fix.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c2
1 files changed, 1 insertions, 1 deletions
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)))