Skip to content

Commit 38a488c

Browse files
authored
uefi: doc: bytes -> pages
1 parent d75facc commit 38a488c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/boot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub unsafe fn raise_tpl(tpl: Tpl) -> TplGuard {
131131
/// - `memory_type`: The [`MemoryType`] used to persist the allocation in the
132132
/// UEFI memory map. Typically, UEFI OS loaders should allocate memory of
133133
/// type [`MemoryType::LOADER_DATA`].
134-
///- `count`: Number of bytes to allocate.
134+
///- `count`: Number of pages to allocate.
135135
///
136136
/// # Safety
137137
///

0 commit comments

Comments
 (0)