diff --git a/uefi/src/boot.rs b/uefi/src/boot.rs index 0429a63b0..c6449a42f 100644 --- a/uefi/src/boot.rs +++ b/uefi/src/boot.rs @@ -131,7 +131,7 @@ pub unsafe fn raise_tpl(tpl: Tpl) -> TplGuard { /// - `memory_type`: The [`MemoryType`] used to persist the allocation in the /// UEFI memory map. Typically, UEFI OS loaders should allocate memory of /// type [`MemoryType::LOADER_DATA`]. -///- `count`: Number of bytes to allocate. +///- `count`: Number of pages to allocate. /// /// # Safety ///