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] [day] [month] [year] [list]
Date:   Mon, 26 Nov 2018 18:07:48 +0100
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     Colin King <colin.king@...onical.com>,
        Ken Hofsass <hofsass@...gle.com>,
        linux-kselftest@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kvm: selftests: fix spelling mistake "begining" ->
 "beginning"

On 26/11/18 17:08, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> The text in a TEST_ASSERT message contains a spelling mistake, fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  tools/testing/selftests/kvm/lib/elf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/kvm/lib/elf.c b/tools/testing/selftests/kvm/lib/elf.c
> index 5eb857584aa3..53c48f7587d3 100644
> --- a/tools/testing/selftests/kvm/lib/elf.c
> +++ b/tools/testing/selftests/kvm/lib/elf.c
> @@ -141,7 +141,7 @@ void kvm_vm_elf_load(struct kvm_vm *vm, const char *filename,
>  		offset = hdr.e_phoff + (n1 * hdr.e_phentsize);
>  		offset_rv = lseek(fd, offset, SEEK_SET);
>  		TEST_ASSERT(offset_rv == offset,
> -			"Failed to seek to begining of program header %u,\n"
> +			"Failed to seek to beginning of program header %u,\n"
>  			"  filename: %s\n"
>  			"  rv: %jd errno: %i",
>  			n1, filename, (intmax_t) offset_rv, errno);
> 

Queued, thanks.

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ