loader: fix typo in zalloc.

This commit is contained in:
tsoome 2019-09-20 05:22:34 +00:00
parent 8000ef5c62
commit 5f6a243963

View File

@ -125,7 +125,8 @@ znalloc(MemPool *mp, uintptr_t bytes, size_t align)
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) {