summaryrefslogtreecommitdiffstats
path: root/sys/vm/phys_pager.c
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-10-30 14:48:13 +0000
committerremko <remko@FreeBSD.org>2007-10-30 14:48:13 +0000
commit5d7d5a6a8a74e8bfaae42d0c4ed03cdabd86e7d9 (patch)
tree0db80c49d717fce9602e45dd37f9ce4c100df69d /sys/vm/phys_pager.c
parent814ed57392bec9cf5be68e30ad73cd809079b7ed (diff)
downloadFreeBSD-src-5d7d5a6a8a74e8bfaae42d0c4ed03cdabd86e7d9.zip
FreeBSD-src-5d7d5a6a8a74e8bfaae42d0c4ed03cdabd86e7d9.tar.gz
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).
Diffstat (limited to 'sys/vm/phys_pager.c')
-rw-r--r--sys/vm/phys_pager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c
index c699b8f..a26dd51 100644
--- a/sys/vm/phys_pager.c
+++ b/sys/vm/phys_pager.c
@@ -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;
OpenPOWER on IntegriCloud