diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 4f115153d5eb..6c796900fc18 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -632,7 +632,7 @@ vm_phys_alloc_freelist_pages(int domain, int freelist, int pool, int order) domain)); KASSERT(freelist < VM_NFREELIST, ("vm_phys_alloc_freelist_pages: freelist %d is out of range", - flind)); + freelist)); KASSERT(pool < VM_NFREEPOOL, ("vm_phys_alloc_freelist_pages: pool %d is out of range", pool)); KASSERT(order < VM_NFREEORDER,