diff options
Diffstat (limited to 'libffi/src/dlmalloc.c')
-rw-r--r-- | libffi/src/dlmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/src/dlmalloc.c b/libffi/src/dlmalloc.c index 783c5c2a6f9..2195b73cbdb 100644 --- a/libffi/src/dlmalloc.c +++ b/libffi/src/dlmalloc.c @@ -4192,7 +4192,7 @@ void* dlmalloc(size_t bytes) { void dlfree(void* mem) { /* - Consolidate freed chunks with preceeding or succeeding bordering + Consolidate freed chunks with preceding or succeeding bordering free chunks, if they exist, and then place in a bin. Intermixed with special cases for top, dv, mmapped chunks, and usage errors. */ |