diff options
Diffstat (limited to 'kernel/cpu')
-rw-r--r-- | kernel/cpu/isr.s | 2 |
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: |