From d2efceefd3ab02fe887b3e0c73e71224a463871c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 14 Aug 2017 19:17:18 +0200 Subject: Fix typo. --- vm/vm_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm') 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 -- cgit v1.2.3