loader: fix typo in zalloc.
This commit is contained in:
parent
657dc81d90
commit
23883413d4
@ -125,7 +125,8 @@ znalloc(MemPool *mp, uintptr_t bytes, size_t align)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Cut extra from head and create new memory node from reminder.
|
* Cut extra from head and create new memory node from
|
||||||
|
* remainder.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (extra != 0) {
|
if (extra != 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user