diff options
author | 2022-12-01 09:13:54 +0000 | |
---|---|---|
committer | 2022-12-02 13:23:55 -0500 | |
commit | 4bf46e35826d8dc4fc0a103dd0ccd94c072a4c6a (patch) | |
tree | dee98475f5e1a9d7c2a0b1632584d3e84947ce46 | |
parent | tools: KVM: selftests: Convert clear/set_bit() to actual atomics (diff) | |
download | wireguard-linux-4bf46e35826d8dc4fc0a103dd0ccd94c072a4c6a.tar.xz wireguard-linux-4bf46e35826d8dc4fc0a103dd0ccd94c072a4c6a.zip |
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
There is a spelling mistake in some help text. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Message-Id: <20221201091354.1613652-1-colin.i.king@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | tools/testing/selftests/kvm/dirty_log_perf_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/kvm/dirty_log_perf_test.c b/tools/testing/selftests/kvm/dirty_log_perf_test.c index c33e89012ae6..e9d6d1aecf89 100644 --- a/tools/testing/selftests/kvm/dirty_log_perf_test.c +++ b/tools/testing/selftests/kvm/dirty_log_perf_test.c @@ -398,7 +398,7 @@ static void help(char *name) printf(" -x: Split the memory region into this number of memslots.\n" " (default: 1)\n"); printf(" -w: specify the percentage of pages which should be written to\n" - " as an integer from 0-100 inclusive. This is probabalistic,\n" + " as an integer from 0-100 inclusive. This is probabilistic,\n" " so -w X means each page has an X%% chance of writing\n" " and a (100-X)%% chance of reading.\n" " (default: 100 i.e. all pages are written to.)\n"); |