mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-04 19:11:11 +00:00
vmm: Fix a comment typo from 'DeviceManager'
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
0d7328da01
commit
2a312cd4fe
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user