mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix typo in <malloc.h>.
This commit is contained in:
parent
4e56b01e9e
commit
fe729d6032
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue