summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
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.
*/
OpenPOWER on IntegriCloud