loader: fix typo in zalloc.

This commit is contained in:
Toomas Soome 2019-09-20 05:22:34 +00:00
parent 657dc81d90
commit 23883413d4

View File

@ -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) {