Skip to content

Commit 1834c84

Browse files
committed
Fix method docs
1 parent 0a4b9c7 commit 1834c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl BiosBoot {
4242
self
4343
}
4444

45-
/// Create a bootable UEFI disk image at the given path.
45+
/// Create a bootable BIOS disk image at the given path.
4646
pub fn create_disk_image(&self, out_path: &Path) -> anyhow::Result<()> {
4747
let bootsector_path = Path::new(env!("BIOS_BOOT_SECTOR_PATH"));
4848
let stage_2_path = Path::new(env!("BIOS_STAGE_2_PATH"));

0 commit comments

Comments
 (0)