From 724ef57f1f93a99e28b63b961a914ed893651dbc Mon Sep 17 00:00:00 2001 From: tegge Date: Thu, 2 Feb 2006 21:55:38 +0000 Subject: Adjust old comment (present in rev 1.1) to match changes in rev 1.82. PR: kern/92509 Submitted by: "Bryan Venteicher" --- sys/vm/vm_fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index cc9145f..a716315 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -813,7 +813,7 @@ readrest: &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired); /* - * If we don't need the page any longer, put it on the active + * If we don't need the page any longer, put it on the inactive * list (the easiest thing to do here). If no one needs it, * pageout will grab it eventually. */ -- cgit v1.1