Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1bce90

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /