From bd1d3a48415cb6a7c24c45a899ce38b3ce34956d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:09 +0100 Subject: misc: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- mach-defpager/wiring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach-defpager') 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, -- cgit v1.2.3