diff options
| author | Tor Egge <tegge@FreeBSD.org> | 2006-02-02 21:55:38 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 2006-02-02 21:55:38 +0000 |
| commit | 44ed341759c0a021df83954932a49a5a4ee13d5e (patch) | |
| tree | a22813ff74eef929db5a66e3d68b262f00d0ffe3 /sys/vm | |
| parent | c78226329a7fcf7f3573242c667dfc949a59a7e5 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index cc9145fba69a..a716315f959a 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. */ |
