From 248a0568e7e2d0dc254d31f7a80b5e6397f9516c Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Tue, 30 Oct 2007 14:48:13 +0000 Subject: [PATCH] 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). --- sys/vm/phys_pager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index c699b8f4189e..a26dd5184f94 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); #include #include -/* 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;