Skip to content

Commit 4317157

Browse files
committed
typo: violated address
1 parent 1b87519 commit 4317157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/x86_pc/idt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void __page_fault(uintptr_t* regs, uint32_t code) {
304304
auto& range = OS::memory_map().at(key);
305305
printf("Violated address is in mapped range \"%s\" \n", range.name());
306306
} else {
307-
printf("Violated ddress is outside mapped memory\n");
307+
printf("Violated address is outside mapped memory\n");
308308
}
309309

310310
}

0 commit comments

Comments
 (0)