Skip to content

Commit 1391fa8

Browse files
committed
fix typo
Signed-off-by: Simon Davies <[email protected]>
1 parent 42a65a7 commit 1391fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/hypervisor/hyperv_linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl HypervLinuxDriver {
111111
// here, because otherwise the partition is set up with a SynIC.
112112

113113
let vm_fd = mshv.create_vm_with_args(&pr)?;
114-
vm_fd.initialise()?;
114+
vm_fd.initialize()?;
115115
let features: hv_partition_synthetic_processor_features = Default::default();
116116
vm_fd.hvcall_set_partition_property(
117117
hv_partition_property_code_HV_PARTITION_PROPERTY_SYNTHETIC_PROC_FEATURES,

0 commit comments

Comments
 (0)