summary refs log tree commit diff stats
path: root/tests/qtest/migration-test.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-11-14 19:11:33 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-11-15 12:06:05 +0300
commit8053feaae0429562324efec47666653c28bda74a (patch)
treec458e98955b030f06d4d3ee21509ea263d7ad704 /tests/qtest/migration-test.c
parent3a4e56015b897a5502ab6a691cd4e20700e779c1 (diff)
downloadfocaccia-qemu-8053feaae0429562324efec47666653c28bda74a.tar.gz
focaccia-qemu-8053feaae0429562324efec47666653c28bda74a.zip
tests/qtest/migration-test.c: spelling fix: bandwith
Fixes: 17257b90be4f "tests: Add migration dirty-limit capability test"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/qtest/migration-test.c')
-rw-r--r--tests/qtest/migration-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
index 5752412b64..0fbaa6a90f 100644
--- a/tests/qtest/migration-test.c
+++ b/tests/qtest/migration-test.c
@@ -3138,7 +3138,7 @@ static void test_migrate_dirty_limit(void)
     uint64_t throttle_us_per_full;
     /*
      * We want the test to be stable and as fast as possible.
-     * E.g., with 1Gb/s bandwith migration may pass without dirty limit,
+     * E.g., with 1Gb/s bandwidth migration may pass without dirty limit,
      * so we need to decrease a bandwidth.
      */
     const int64_t dirtylimit_period = 1000, dirtylimit_value = 50;