We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b87519 commit 4317157Copy full SHA for 4317157
1 file changed
src/platform/x86_pc/idt.cpp
@@ -304,7 +304,7 @@ void __page_fault(uintptr_t* regs, uint32_t code) {
304
auto& range = OS::memory_map().at(key);
305
printf("Violated address is in mapped range \"%s\" \n", range.name());
306
} else {
307
- printf("Violated ddress is outside mapped memory\n");
+ printf("Violated address is outside mapped memory\n");
308
}
309
310
0 commit comments