Skip to content

Commit a1bce90

Browse files
authored
Correct comment in allocator description (#116)
1 parent c08cc36 commit a1bce90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn exit_boot_services() {
4949

5050
/// Allocator which uses the UEFI pool allocation functions.
5151
///
52-
/// Only valid for as long as the UEFI runtime services are available.
52+
/// Only valid for as long as the UEFI boot services are available.
5353
pub struct Allocator;
5454

5555
unsafe impl GlobalAlloc for Allocator {

0 commit comments

Comments
 (0)