1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-21 17:34:31 +00:00

dragonball: modify wrong code comments

modify virtio_net_dev_mgr.rs wrong code comments

Fixes: 

Signed-off-by: zhaoxu <zhaoxu@megvii.com>
This commit is contained in:
zhaoxu 2022-09-27 18:32:13 +08:00
parent 8a2df6b31c
commit abc26b00bb

View File

@ -320,7 +320,7 @@ impl VirtioNetDeviceMgr {
}
}
/// Attach all configured vsock device to the virtual machine instance.
/// Attach all configured net device to the virtual machine instance.
pub fn attach_devices(
&mut self,
ctx: &mut DeviceOpContext,