From 31b8cd8d3d432c0a4230548837af2dff11a9f78c Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Wed, 29 Nov 2023 22:43:57 +0100 Subject: [PATCH] Update HlDisablePic() description --- xtoskrnl/hl/x86/pic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. *