diff options
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index 855d7997..ee443e12 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -102,7 +102,7 @@ MACRO_END * are now "top level" maps (either task map, kernel map or submap * of the kernel map). * - * Since portions of maps are specified by start/end addreses, + * Since portions of maps are specified by start/end addresses, * which may not align with existing map entries, all * routines merely "clip" entries to these start/end values. * [That is, an entry is split into two, bordering at a |