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 c08cc36 commit a1bce90Copy full SHA for a1bce90
src/alloc.rs
@@ -49,7 +49,7 @@ pub fn exit_boot_services() {
49
50
/// Allocator which uses the UEFI pool allocation functions.
51
///
52
-/// Only valid for as long as the UEFI runtime services are available.
+/// Only valid for as long as the UEFI boot services are available.
53
pub struct Allocator;
54
55
unsafe impl GlobalAlloc for Allocator {
0 commit comments