From 760e58f9939360e76bd81398b80531ff11008b2b Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 13 May 2026 10:10:03 +0200 Subject: [PATCH] Correct doxygen parameter name --- xtoskrnl/mm/hlpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/mm/hlpool.cc b/xtoskrnl/mm/hlpool.cc index d35a776..7935c97 100644 --- a/xtoskrnl/mm/hlpool.cc +++ b/xtoskrnl/mm/hlpool.cc @@ -150,7 +150,7 @@ MM::HardwarePool::AllocateHardwareMemory(IN PFN_NUMBER PageCount, /** * Allocates a physical page in low memory (addressable in real-mode) and maps it into the virtual address space. * - * @param TrampolineAddress + * @param MemoryAddress * Supplies a pointer to a variable that receives the identity-mapped virtual address of the allocated memory. * * @return This routine returns a status code.