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 2992cf0 commit 94b4bfeCopy full SHA for 94b4bfe
uefi/src/table/boot.rs
@@ -1387,7 +1387,7 @@ impl super::Table for BootServices {
1387
/// image source.
1388
#[derive(Debug)]
1389
pub enum LoadImageSource<'a> {
1390
- /// 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
1391
/// buffer, so the input reference doesn't need to remain valid
1392
/// after the image is loaded.
1393
FromBuffer {
0 commit comments