Skip to content

Commit 203a530

Browse files
ColinIanKingbonzini
authored andcommitted
KVM: selftests: Fix spelling mistake "initally" -> "initially"
There is a spelling mistake in a literal string and in the function test_get_inital_dirty. Fix them. Signed-off-by: Colin Ian King <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 5e21d0c commit 203a530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing/selftests/kvm/s390/cmma_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ static void assert_no_pages_cmma_dirty(struct kvm_vm *vm)
444444
);
445445
}
446446

447-
static void test_get_inital_dirty(void)
447+
static void test_get_initial_dirty(void)
448448
{
449449
struct kvm_vm *vm = create_vm_two_memslots();
450450
struct kvm_vcpu *vcpu;
@@ -651,7 +651,7 @@ struct testdef {
651651
} testlist[] = {
652652
{ "migration mode and dirty tracking", test_migration_mode },
653653
{ "GET_CMMA_BITS: basic calls", test_get_cmma_basic },
654-
{ "GET_CMMA_BITS: all pages are dirty initally", test_get_inital_dirty },
654+
{ "GET_CMMA_BITS: all pages are dirty initially", test_get_initial_dirty },
655655
{ "GET_CMMA_BITS: holes are skipped", test_get_skip_holes },
656656
};
657657

0 commit comments

Comments
 (0)