diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:11:33 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 12:06:05 +0300 |
commit | 8053feaae0429562324efec47666653c28bda74a (patch) | |
tree | c458e98955b030f06d4d3ee21509ea263d7ad704 /tests/qtest/migration-test.c | |
parent | 3a4e56015b897a5502ab6a691cd4e20700e779c1 (diff) | |
download | qemu-8053feaae0429562324efec47666653c28bda74a.zip qemu-8053feaae0429562324efec47666653c28bda74a.tar.gz qemu-8053feaae0429562324efec47666653c28bda74a.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 5752412..0fbaa6a 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; |