diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index e199f06cf6b5..fcc85674f583 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -258,7 +258,7 @@ vm_page_startup(vm_offset_t vaddr) MTX_DEF); /* - * Initialize the queue headers for the free queue, the active queue + * Initialize the queue headers for the hold queue, the active queue, * and the inactive queue. */ vm_pageq_init();