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 fdf28d0 commit bc5ad17Copy full SHA for bc5ad17
uefi/src/table/boot.rs
@@ -1367,7 +1367,7 @@ impl super::Table for BootServices {
1367
/// image source.
1368
#[derive(Debug)]
1369
pub enum LoadImageSource<'a> {
1370
- /// Load an image from a buffer. The data will copied from the
+ /// Load an image from a buffer. The data will be copied from the
1371
/// buffer, so the input reference doesn't need to remain valid
1372
/// after the image is loaded.
1373
FromBuffer {
0 commit comments