From 6001240ca12b553ec4bece9c1243cb333c1565c6 Mon Sep 17 00:00:00 2001 From: Ruslan Mstoi Date: Mon, 13 Mar 2023 15:35:58 +0200 Subject: [PATCH] tests: Fix typo vitio-blk to virtio-blk Signed-off-by: Ruslan Mstoi --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 4e36dc66b..a03cbebfa 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3744,7 +3744,7 @@ mod common_parallel { // line (We tag the command line from cloud-hypervisor for that purpose). // The third device is added to validate that hotplug works correctly since // it is being added to the L2 VM through hotplugging mechanism. - // Also, we pass-through a vitio-blk device to the L2 VM to test the 32-bit + // Also, we pass-through a virtio-blk device to the L2 VM to test the 32-bit // vfio device support fn test_vfio() { setup_vfio_network_interfaces();