diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:54:16 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:51:16 +0900 |
commit | 4cdc3589095af39ab09939195d420ac1a497af72 (patch) | |
tree | 7f8a890fef295ec7717dac5033d93d956f4743bd /vm/vm_resident.c | |
parent | 716beea2840054c8b64f5436379c949a9a43c6cc (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/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index fbd4275..f0f31f6 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. |