Correct (A)PIC related source file description

This commit is contained in:
Rafal Kupiec 2023-11-25 19:23:18 +01:00
parent 14a966043e
commit 5204d8bc2f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1,8 +1,8 @@
/** /**
* PROJECT: ExectOS * PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory * COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/hl/apic.c * FILE: xtoskrnl/hl/pic.c
* DESCRIPTION: Advanced Programmable Interrupt Controller (APIC) support * DESCRIPTION: Programmable Interrupt Controller (PIC) support
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org> * DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/ */