diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:10:08 +0100 |
commit | bd1d3a48415cb6a7c24c45a899ce38b3ce34956d (patch) | |
tree | a3cf6825abd20c0825cddd972ba3cc7af6b7aead /mach-defpager | |
parent | 695e606f7fd8940c2b260670a89ae2a6cc82b9f4 (diff) |
misc: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'mach-defpager')
-rw-r--r-- | mach-defpager/wiring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach-defpager/wiring.c b/mach-defpager/wiring.c index 883770f0..a0a608d6 100644 --- a/mach-defpager/wiring.c +++ b/mach-defpager/wiring.c @@ -92,7 +92,7 @@ wire_all_memory() if (priv_host_port == MACH_PORT_NULL) return; - /* iterate thru all regions, wiring */ + /* iterate through all regions, wiring */ address = 0; while ( (kr = vm_region(this_task, &address, |