vmm: Fix a comment typo from 'DeviceManager'

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2021-11-17 23:03:26 -08:00
committed by Bo Chen
parent 0d7328da01
commit 2a312cd4fe

View File

@@ -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<Arc<Mutex<virtio_devices::Mem>>>,
#[cfg(target_arch = "aarch64")]