From f52c50242afd7ae465dd678a0e3f348e5e6e3f38 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 9 Jul 2024 22:57:02 +0200 Subject: [PATCH] Correct comment --- xtoskrnl/hl/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/hl/acpi.c b/xtoskrnl/hl/acpi.c index 49ddcc2..e011d59 100644 --- a/xtoskrnl/hl/acpi.c +++ b/xtoskrnl/hl/acpi.c @@ -273,7 +273,7 @@ HlpInitializeAcpiSystemInformation(VOID) /* Zero the ACPI system information structure */ RtlZeroMemory(&HlpAcpiSystemInfo, sizeof(ACPI_SYSTEM_INFO)); - /* Get Multi-APIC Description Table (MADT) */ + /* Get Multiple APIC Description Table (MADT) */ Status = HlGetAcpiTable(ACPI_MADT_SIGNATURE, (PACPI_DESCRIPTION_HEADER*)&Madt); if(Status != STATUS_SUCCESS) {