Skip to content

Commit 94b4bfe

Browse files
committed
typo
1 parent 2992cf0 commit 94b4bfe

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
@@ -1387,7 +1387,7 @@ impl super::Table for BootServices {
13871387
/// image source.
13881388
#[derive(Debug)]
13891389
pub enum LoadImageSource<'a> {
1390-
/// Load an image from a buffer. The data will copied from the
1390+
/// Load an image from a buffer. The data will be copied from the
13911391
/// buffer, so the input reference doesn't need to remain valid
13921392
/// after the image is loaded.
13931393
FromBuffer {

0 commit comments

Comments
 (0)