Correct a copy and paste'o in phys_pager.c, we are talking about phys here

and not about devices.

PR:		93755
Approved by:	imp (mentor, implicit when re-assigning the ticket to me).
This commit is contained in:
Remko Lodder 2007-10-30 14:48:13 +00:00
parent fb8fb8f815
commit 248a0568e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173180

View File

@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
/* list of device pager objects */
/* list of phys pager objects */
static struct pagerlst phys_pager_object_list;
/* protect access to phys_pager_object_list */
static struct mtx phys_pager_mtx;