diff --git a/libc/include/malloc.h b/libc/include/malloc.h index c8a93c34..4a6b9e8d 100644 --- a/libc/include/malloc.h +++ b/libc/include/malloc.h @@ -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. */