summaryrefslogtreecommitdiff
path: root/vm
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:51:16 +0900
commit4cdc3589095af39ab09939195d420ac1a497af72 (patch)
tree7f8a890fef295ec7717dac5033d93d956f4743bd /vm
parent716beea2840054c8b64f5436379c949a9a43c6cc (diff)
vm/vm_resident.c: correct comment
This is vm_resident.c, not vm_page.c. * vm/vm_resident.c: Correct comment.
Diffstat (limited to 'vm')
-rw-r--r--vm/vm_resident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c
index fbd42750..f0f31f6b 100644
--- a/vm/vm_resident.c
+++ b/vm/vm_resident.c
@@ -27,7 +27,7 @@
* the rights to redistribute these changes.
*/
/*
- * File: vm/vm_page.c
+ * File: vm/vm_resident.c
* Author: Avadis Tevanian, Jr., Michael Wayne Young
*
* Resident memory management module.