From aabd2b8ef9b1caa4c1f4339adeebef62b34f7a01 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 17 Feb 2015 22:37:01 +0100 Subject: vm: fix typo * vm/vm_resident.c: Fix typo. --- vm/vm_resident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm') diff --git a/vm/vm_resident.c b/vm/vm_resident.c index fa02cbc..c70fa73 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -65,7 +65,7 @@ /* - * Associated with eacn page of user-allocatable memory is a + * Associated with each page of user-allocatable memory is a * page structure. */ -- cgit v1.2.3