From 23883413d4275a16759ae4795692bec4c9a8809e Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 20 Sep 2019 05:22:34 +0000 Subject: [PATCH] loader: fix typo in zalloc. --- stand/libsa/zalloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stand/libsa/zalloc.c b/stand/libsa/zalloc.c index 371a1449409b..e914b7ffb40b 100644 --- a/stand/libsa/zalloc.c +++ b/stand/libsa/zalloc.c @@ -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) {