lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <809a6a89-1046-cd38-60ab-6c4c60045b4f@redhat.com>
Date:   Fri, 2 Dec 2022 19:24:09 +0100
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     Colin Ian King <colin.i.king@...il.com>,
        Shuah Khan <shuah@...nel.org>, kvm@...r.kernel.org,
        linux-kselftest@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] KVM: selftests: Fix spelling mistake
 "probabalistic" -> "probabilistic"

On 12/1/22 10:13, Colin Ian King wrote:
> There is a spelling mistake in some help text. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>   tools/testing/selftests/kvm/dirty_log_perf_test.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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");

Queued, thanks.

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ