summaryrefslogtreecommitdiff
path: root/kernel/cpu
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-10-14 21:43:20 +0200
committerAnton Kling <anton@kling.gg>2024-10-14 21:43:20 +0200
commit8913568be10385abdba07285162506a36827e16e (patch)
tree50ab2114680baf0395d6682e72a595c6d9aa9587 /kernel/cpu
parent87af93c7521be331a5794c6a53f31d13b3a24baa (diff)
kernel: small bug fixes
Diffstat (limited to 'kernel/cpu')
-rw-r--r--kernel/cpu/isr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu/isr.s b/kernel/cpu/isr.s
index 9fca13c..09fcc24 100644
--- a/kernel/cpu/isr.s
+++ b/kernel/cpu/isr.s
@@ -2,7 +2,7 @@
.section .text
# Due to x86 not giving the interrupt number these isr stubs are
# created. This is to allow a general isr stub for all interrupts. This
-# stub will act as a # multiplexer to the correct interrupt.
+# stub will act as a multiplexer to the correct interrupt.
.macro ISR_NOERRCODE num
.global isr\num
isr\num: