We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb056c0 commit 4bf46e3Copy full SHA for 4bf46e3
tools/testing/selftests/kvm/dirty_log_perf_test.c
@@ -398,7 +398,7 @@ static void help(char *name)
398
printf(" -x: Split the memory region into this number of memslots.\n"
399
" (default: 1)\n");
400
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"
+ " as an integer from 0-100 inclusive. This is probabilistic,\n"
402
" so -w X means each page has an X%% chance of writing\n"
403
" and a (100-X)%% chance of reading.\n"
404
" (default: 100 i.e. all pages are written to.)\n");
0 commit comments