diff options
author | Michael Labiuk | 2022-09-30 00:35:44 +0200 |
---|---|---|
committer | Thomas Huth | 2022-10-11 14:06:55 +0200 |
commit | cb06b3d924a97312c2fb89ddcf1c1f347d040aa9 (patch) | |
tree | 2b8f1200534f562c07d569bb964b9d09d7b7e294 /tests | |
parent | tests/x86: Add 'q35' machine type to hotplug hd-geo-test (diff) | |
download | qemu-cb06b3d924a97312c2fb89ddcf1c1f347d040aa9.tar.gz qemu-cb06b3d924a97312c2fb89ddcf1c1f347d040aa9.tar.xz qemu-cb06b3d924a97312c2fb89ddcf1c1f347d040aa9.zip |
tests/x86: Fix comment typo in drive_del-test
Signed-off-by: Michael Labiuk <michael.labiuk@virtuozzo.com>
Message-Id: <20220929223547.1429580-7-michael.labiuk@virtuozzo.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/drive_del-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/drive_del-test.c b/tests/qtest/drive_del-test.c index 467e752b0d..44b9578801 100644 --- a/tests/qtest/drive_del-test.c +++ b/tests/qtest/drive_del-test.c @@ -327,7 +327,7 @@ static void test_blockdev_add_device_add_and_del(void) qts = qtest_init(machine_addition); /* - * blockdev_add/device_add and device_del. The it drive is used by a + * blockdev_add/device_add and device_del. The drive is used by a * device that unplugs after reset, but it doesn't go away. */ blockdev_add_with_media(qts); |