From: Michael Tokarev Date: Tue, 14 Nov 2023 16:11:33 +0000 (+0300) Subject: tests/qtest/migration-test.c: spelling fix: bandwith X-Git-Tag: v8.2.0-rc1~14^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8053feaae0429562324efec47666653c28bda74a;p=thirdparty%2Fqemu.git tests/qtest/migration-test.c: spelling fix: bandwith Fixes: 17257b90be4f "tests: Add migration dirty-limit capability test" Reviewed-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 5752412b642..0fbaa6a90fd 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;