Correct doxygen parameter name
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in -59m26s
Builds / ExectOS (amd64, release) (push) Successful in -59m28s
Builds / ExectOS (i686, debug) (push) Successful in -59m27s
Builds / ExectOS (i686, release) (push) Successful in -59m29s

This commit is contained in:
2026-05-13 10:10:03 +02:00
parent c8868ead47
commit 760e58f993

View File

@@ -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. * 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. * Supplies a pointer to a variable that receives the identity-mapped virtual address of the allocated memory.
* *
* @return This routine returns a status code. * @return This routine returns a status code.