tests/qtest/migration-test.c: spelling fix: bandwith

Fixes: 17257b90be "tests: Add migration dirty-limit capability test"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Michael Tokarev 2023-11-14 19:11:33 +03:00
parent 3a4e56015b
commit 8053feaae0
1 changed files with 1 additions and 1 deletions

View File

@ -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;