tests/qtest/migration-test.c: spelling fix: bandwith
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 14 Nov 2023 16:11:33 +0000 (19:11 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 15 Nov 2023 09:06:05 +0000 (12:06 +0300)
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>
tests/qtest/migration-test.c

index 5752412b6425e070f1a65f486a5729ab5b082681..0fbaa6a90fd6c1dfe2fc3c4e7f05f6b1b3fc10d8 100644 (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;