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]
Message-ID: <6f86e245-f5f4-4e12-9bdd-efb4dac7d805@gmail.com>
Date: Sun, 20 Oct 2024 02:53:08 +0530
From: Shivam Chaudhary <cvam0000@...il.com>
To: mst@...hat.com, jasowang@...hat.com, xuanzhuo@...ux.alibaba.com,
 perezma@...hat.com
Cc: virtualization@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fix typo in vringh_test.c


On 08/10/24 8:22 PM, Shivam Chaudhary wrote:
> Corrected minor typo in tools/virtio/vringh_test.c:
> - Fixed "retreives" to "retrieves"
>
> Signed-off-by: Shivam Chaudhary <cvam0000@...il.com>
> ---
>   tools/virtio/vringh_test.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c
> index 43d3a6aa1dcf..b9591223437a 100644
> --- a/tools/virtio/vringh_test.c
> +++ b/tools/virtio/vringh_test.c
> @@ -519,7 +519,7 @@ int main(int argc, char *argv[])
>   		errx(1, "virtqueue_add_sgs: %i", err);
>   	__kmalloc_fake = NULL;
>   
> -	/* Host retreives it. */
> +	/* Host retrieves it. */
>   	vringh_iov_init(&riov, host_riov, ARRAY_SIZE(host_riov));
>   	vringh_iov_init(&wiov, host_wiov, ARRAY_SIZE(host_wiov));
>   


Hello greetings,

Any update on the same.

thanks and regards,

Shivam


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ