[PATCH] Fix typo in vringh_test.c

Shivam Chaudhary posted 1 patch 1 month, 2 weeks ago
tools/virtio/vringh_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fix typo in vringh_test.c
Posted by Shivam Chaudhary 1 month, 2 weeks ago
Corrected minor typo in tools/virtio/vringh_test.c:
- Fixed "retreives" to "retrieves"

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.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));
 
-- 
2.34.1
Re: [PATCH] Fix typo in vringh_test.c
Posted by Shivam Chaudhary 1 month, 1 week ago
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@gmail.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