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