From 4cdc3589095af39ab09939195d420ac1a497af72 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:16 +0100 Subject: vm/vm_resident.c: correct comment This is vm_resident.c, not vm_page.c. * vm/vm_resident.c: Correct comment. --- vm/vm_resident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm/vm_resident.c') 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. -- cgit v1.2.3