diff --git a/xtoskrnl/hl/x86/pic.c b/xtoskrnl/hl/x86/pic.c index f3794b09..8d7b9e30 100644 --- a/xtoskrnl/hl/x86/pic.c +++ b/xtoskrnl/hl/x86/pic.c @@ -9,8 +9,9 @@ #include + /** - * Disables the 8259 PIC. + * Disables the legacy 8259 Programmable Interrupt Controller (PIC). * * @return This routine does not return any value. *