This commit is contained in:
hank 2021-06-21 22:36:47 +08:00
parent 076f815cec
commit 1c1571742d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ terms of the MIT license. A copy of the license can be found in the file
/* -----------------------------------------------------------
The core of the allocator. Every segment contains
pages of a {certain block size. The main function
pages of a certain block size. The main function
exported is `mi_malloc_generic`.
----------------------------------------------------------- */