diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-02-17 22:37:01 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-02-18 00:29:13 +0100 |
commit | aabd2b8ef9b1caa4c1f4339adeebef62b34f7a01 (patch) | |
tree | ca46f1f48d69fa492eb359a1cefd6945a754fdc0 | |
parent | 023f1fd20f8ffc29e2daa383756599cf14888418 (diff) |
vm: fix typo
* vm/vm_resident.c: Fix typo.
-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 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. */ |