summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-02-17 22:37:01 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-02-18 00:29:13 +0100
commitaabd2b8ef9b1caa4c1f4339adeebef62b34f7a01 (patch)
treeca46f1f48d69fa492eb359a1cefd6945a754fdc0
parent023f1fd20f8ffc29e2daa383756599cf14888418 (diff)
vm: fix typo
* vm/vm_resident.c: Fix typo.
-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 fa02cbcd..c70fa734 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.
*/