1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Correct a comment.

This commit is contained in:
Alan Cox 2007-12-02 07:43:42 +00:00
parent f3ad39ccf5
commit b640825647
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174142

View File

@ -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();