diff --git a/vmm/src/device_manager.rs b/vmm/src/device_manager.rs index f8e8d3dd3..77cd3001d 100644 --- a/vmm/src/device_manager.rs +++ b/vmm/src/device_manager.rs @@ -900,7 +900,7 @@ pub struct DeviceManager { #[cfg(feature = "acpi")] selected_segment: usize, - // Possible handle to the virtio-balloon device + // Possible handle to the virtio-mem device virtio_mem_devices: Vec>>, #[cfg(target_arch = "aarch64")]