summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>2006-02-02 21:55:38 +0000
committertegge <tegge@FreeBSD.org>2006-02-02 21:55:38 +0000
commit724ef57f1f93a99e28b63b961a914ed893651dbc (patch)
treea22813ff74eef929db5a66e3d68b262f00d0ffe3 /sys/vm/vm_fault.c
parent78439a3a9037bde7a2bc1f43e1ffb8ee38bc1892 (diff)
downloadFreeBSD-src-724ef57f1f93a99e28b63b961a914ed893651dbc.zip
FreeBSD-src-724ef57f1f93a99e28b63b961a914ed893651dbc.tar.gz
Adjust old comment (present in rev 1.1) to match changes in rev 1.82.
PR: kern/92509 Submitted by: "Bryan Venteicher" <bryanv@daemoninthecloset.org>
Diffstat (limited to 'sys/vm/vm_fault.c')
-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