Skip to content

Commit bc5ad17

Browse files
committed
typo
1 parent fdf28d0 commit bc5ad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/table/boot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ impl super::Table for BootServices {
13671367
/// image source.
13681368
#[derive(Debug)]
13691369
pub enum LoadImageSource<'a> {
1370-
/// Load an image from a buffer. The data will copied from the
1370+
/// Load an image from a buffer. The data will be copied from the
13711371
/// buffer, so the input reference doesn't need to remain valid
13721372
/// after the image is loaded.
13731373
FromBuffer {

0 commit comments

Comments
 (0)