summaryrefslogtreecommitdiff
path: root/kc/core/pic8259.c
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/pic8259.c')
-rw-r--r--kc/core/pic8259.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/pic8259.c b/kc/core/pic8259.c
index b1de903..4317d0c 100644
--- a/kc/core/pic8259.c
+++ b/kc/core/pic8259.c
@@ -184,7 +184,7 @@ void pic8259_irq_begin(uint8_t irq)
}
else
{
- kprintf("%s of irq%hhu\n", "unhandled activation", irq);
+ kprintf("unhandled irq%hhu\n", irq);
}
pic8259_irq_end(irq);