Fix typo in <malloc.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-04-18 00:09:23 +02:00
parent 4e56b01e9e
commit fe729d6032
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ struct heap_state
/* This structure is at the very beginning of each heap part. The size variable
includes the size of the surrounding structures. The first chunk or the end
of the opart follows immediately (use the magic value to determine which). */
of the part follows immediately (use the magic value to determine which). */
struct heap_part
{
size_t unused[3]; /* Alignment. */