We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75facc commit 38a488cCopy full SHA for 38a488c
uefi/src/boot.rs
@@ -131,7 +131,7 @@ pub unsafe fn raise_tpl(tpl: Tpl) -> TplGuard {
131
/// - `memory_type`: The [`MemoryType`] used to persist the allocation in the
132
/// UEFI memory map. Typically, UEFI OS loaders should allocate memory of
133
/// type [`MemoryType::LOADER_DATA`].
134
-///- `count`: Number of bytes to allocate.
+///- `count`: Number of pages to allocate.
135
///
136
/// # Safety
137
0 commit comments