Skip to content

Commit 4bf46e3

Browse files
ColinIanKingbonzini
authored andcommitted
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
There is a spelling mistake in some help text. Fix it. Signed-off-by: Colin Ian King <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent bb056c0 commit 4bf46e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/dirty_log_perf_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ static void help(char *name)
398398
printf(" -x: Split the memory region into this number of memslots.\n"
399399
" (default: 1)\n");
400400
printf(" -w: specify the percentage of pages which should be written to\n"
401-
" as an integer from 0-100 inclusive. This is probabalistic,\n"
401+
" as an integer from 0-100 inclusive. This is probabilistic,\n"
402402
" so -w X means each page has an X%% chance of writing\n"
403403
" and a (100-X)%% chance of reading.\n"
404404
" (default: 100 i.e. all pages are written to.)\n");

0 commit comments

Comments
 (0)