1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

loader: fix typo in zalloc.

This commit is contained in:
Toomas Soome 2019-09-20 05:22:34 +00:00
parent 657dc81d90
commit 23883413d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352548

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