From 2a312cd4feff0803e454fb1130a6252fe64e4572 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Wed, 17 Nov 2021 23:03:26 -0800 Subject: [PATCH] vmm: Fix a comment typo from 'DeviceManager' Signed-off-by: Bo Chen --- vmm/src/device_manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]