diff --git a/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs b/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs index 1c1ed0b718..09971b0a02 100644 --- a/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs +++ b/src/runtime-rs/crates/hypervisor/src/device/device_manager.rs @@ -453,7 +453,7 @@ pub async fn do_handle_device( .await .new_device(dev_info) .await - .context("failed to create deviec")?; + .context("failed to create device")?; d.write() .await