Skip to content

Commit

Permalink
Update phd-tests/framework/src/test_vm/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Colombo <[email protected]>
  • Loading branch information
iximeow and gjcolombo authored Sep 25, 2024
1 parent cee2adc commit 93e33e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phd-tests/framework/src/test_vm/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl<'dr> VmConfig<'dr> {
//
// If there are multiple bootable disks in the boot order, we'll assume they're all
// the same guest OS kind. So look for `boot-disk` - if there isn't a disk named
// `boot-disk` then fall back to hoping the first disk in the boot orrder is a bootable
// `boot-disk` then fall back to hoping the first disk in the boot order is a bootable
// disk, and if *that* isn't a bootable disk, maybe the first disk is.
//
// TODO: theoretically we might want to accept configuration of a specific guest OS adapter
Expand Down

0 comments on commit 93e33e4

Please sign in to comment.