diff options
Diffstat (limited to 'src/mem5.c')
-rw-r--r-- | src/mem5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem5.c b/src/mem5.c index 67615bb96..1479ddd0d 100644 --- a/src/mem5.c +++ b/src/mem5.c @@ -28,7 +28,7 @@ ** 1. All memory allocations sizes are rounded up to a power of 2. ** ** 2. If two adjacent free blocks are the halves of a larger block, -** then the two blocks are coalesed into the single larger block. +** then the two blocks are coalesced into the single larger block. ** ** 3. New memory is allocated from the first available free block. ** |